uclamii / model_tuner

A library to tune the hyperparameters of common ML models. Supports calibration and custom pipelines.
Apache License 2.0
3 stars 0 forks source link

setup.py is being depreciated #58

Closed panas89 closed 1 week ago

panas89 commented 3 weeks ago

Move from setup.py to pyrpoject.toml

Example:

[project] name = "your_project" version = "0.1.0" description = "A brief description of your project" dependencies = [ "numpy >= 1.19.0", "pandas >= 1.2.0", ]

elemets commented 1 week ago

Merged