lightwood
lightwood copied to clipboard
Lightwood is Legos for Machine Learning.
At the moment model that trained on GPU can be `finetuned` only on GPU. Will be good to be able make it on CPU. Currently error is: ``` RuntimeError: Attempting...
We've had good experiences so far in other repos, makes sense to streamline this and get cool features like `poetry lock` for better dependency management.
The automated doc system is not picking up the docstrings in classes that require optional dependencies. For example, the mixers `LightGBM`, `LightGBMArray` and `NHitsMixer`. We should either change the CI...
It would be great to be able to use models created on old version of lightwood with new version. It can be made by: - using migrations. Model files and...
Optuna-based, similar to the one being done at the moment in the LightGBM mixer.
These would be good default replacements to the `LightGBMArray` mixer.