Skip to content

Releases: thieu1995/MetaSklearn

v0.3.0

04 Jun 16:31

Choose a tag to compare

  • Update requirements for scikit-learn to >=1.2.0
  • Add more parameters to MetaSearchCV class in search module include mode, n_workers, and termination.
  • Add docstrings for data_handler, validation, and scaler modules.
  • Fix bugs in DataTransformer class in data_handler module.
  • Update workflows, examples, tests, documents, citations, and README.

v0.2.0

30 May 12:58

Choose a tag to compare

  • Update the latest version of mealpy==3.0.2
  • Add CategoricalVar and SequenceVar in hyper-parameter space.
  • Replace get_optimizer_by_name by get_optimizer_by_class in search module.
  • Update setup, requirements, documents, examples, and README.

v0.1.0

10 May 03:56

Choose a tag to compare

The first official release of MetaSklearn includes:

  • Add information (CODE_OF_CONDUCT.md, MANIFEST.in, LICENSE, requirements.txt, CITAION.cff)
  • Add utils modules (validation, scaler, data_handler, evaluation)
  • Add HyperparameterProblem class in problem module.
  • Add MetaSearchCV class in search module.
  • Add publish workflow
  • Add examples, tests folder, and documentation website