Neural-Dragon-AI / Cynde

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

rewrite numpy features creation to be effiecient in the cv loop #9

Open furlat opened 4 months ago

furlat commented 4 months ago

create categorical encodings only once, possibly in polars. create numpy arrays only once or try at least to do it memoryless in polars with a single filter one the validation consider trade off between computation and memory by precaching features before modal deployment