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

Pull Request: Migrate to `pyproject.toml` and Update Build Workflow #68

Closed lshpaner closed 1 week ago

lshpaner commented 1 week ago

Summary

This PR introduces the following changes to the project:

Details

1. Creating pyproject.toml:

2. Updating workflow.yml:

3. Removing setup.py:

Testing

The following steps were taken to ensure that the migration and changes to the workflow were successful:

Impact

These changes improve the project by:


Please review these changes, and let me know if any further adjustments are needed.

lshpaner commented 1 week ago

tested install locally; good to merge