lightwood icon indicating copy to clipboard operation
lightwood copied to clipboard

Lightwood is Legos for Machine Learning.

Results 74 lightwood issues
Sort by recently updated
recently updated
newest added

Two main approaches: - Disable optuna hyperparam search past some threshold. - Opt for a recursive strategy instead of direct (i.e. same regressor trained for all timesteps v/s one for...

enhancement
performance

Following recent changes to the analysis block parser, we should be able to specify things like encoders and mixers (ideally all possible modules, though) __without__ the need for initial args....

enhancement
J{AI}SON

[Reference issue](https://github.com/mindsdb/mindsdb/issues/2600)

enhancement

Often additional features proposed to users include day_of_week, weekend, hour_of_day etc. In the encoding of the time variable, could we add these columns as additional inputs?

enhancement

[Reference issue](https://github.com/mindsdb/mindsdb/issues/2600) Trigger the behavior in #958 automatically if partitions are not valid (i.e. duplicate time entries but different target readings). Important to clearly communicate default policies here because it...

enhancement

[Reference issue](https://github.com/mindsdb/mindsdb/issues/2600) Internally sample and derive new time granularity given `tss.resample` value, and aggregates all other columns as per `tss.reduce`. The latter may be difficult to do for multivariate framings,...

enhancement

This will be useful for reference because internally columns can be dropped or added.

enhancement
help wanted
good first issue
J{AI}SON
Community

Important logic, we should unittest it with real-world examples and generated data

help wanted
good first issue
test
Community

[Reference](https://github.com/yzhao062/pyod)

enhancement
discussion