Releases: thieu1995/MetaSklearn
Releases · thieu1995/MetaSklearn
v0.3.0
- Update requirements for scikit-learn to
>=1.2.0 - Add more parameters to
MetaSearchCVclass insearchmodule includemode,n_workers, andtermination. - Add docstrings for
data_handler,validation, andscalermodules. - Fix bugs in
DataTransformerclass indata_handlermodule. - Update workflows, examples, tests, documents, citations, and README.
v0.2.0
v0.1.0
The first official release of MetaSklearn includes:
- Add information (CODE_OF_CONDUCT.md, MANIFEST.in, LICENSE, requirements.txt, CITAION.cff)
- Add
utilsmodules (validation,scaler,data_handler,evaluation) - Add
HyperparameterProblemclass inproblemmodule. - Add
MetaSearchCVclass insearchmodule. - Add publish workflow
- Add examples, tests folder, and documentation website