Neural-Dragon-AI / Cynde

A Framework For Intelligence Farming
Apache License 2.0
12 stars 0 forks source link

Make all of cross-validation but the model training a lazy polars operation #13

Open furlat opened 4 months ago

furlat commented 4 months ago

It would be ideal for distributed deployment with a shared filesystem to upload the parquet df with the folds assignment before cv to the shared filesystem and write all feature extraction operations of the cv as lazy operations that can be done starting from a scan parquet on the shared drive.

furlat commented 4 months ago

related to https://github.com/Neural-Dragon-AI/Cynde/issues/9