Convert Tabular CSV data to a FastLAS learning task.
- sklearn
- pandas
- numpy
These can be installed using the requirements.txt file:
pip install -r requirements.txtpython convert.py input.csv predictor_column_name > output.lasFor additional usage options:
python convert.py -h