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

Fixed Requirement Versions #47

Closed elemets closed 3 weeks ago

elemets commented 4 weeks ago

Updated the setup.py and requirements.txt to contain exact versions rather than anything above these versions. I think maybe we should include a range e.g. pandas 1.3.5 < pandas 2.2.2.

We can do this by changing the current fixed versions to this:

pandas>=1.3.5,<2.2.2

panas89 commented 4 weeks ago

We need xgboost, catboost, and autokeras library versions since we use these as well, or a least specify the ones we are testing

panas89 commented 3 weeks ago

versions updated and work