parsnip.ParsnipModel.preprocess
- ParsnipModel.preprocess(dataset, chunksize=64, verbose=True)
Preprocess an lcdata dataset
The preprocessing will be done over multiple threads. Set
ParsnipModel.threadsto change how many are used. If the dataset is already preprocessed, then nothing will be done and it will be returned as is.