Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/tuner multiple model #461

Merged

Conversation

ProgramadorArtificial
Copy link
Contributor

@ProgramadorArtificial ProgramadorArtificial commented Jul 20, 2024

Implemented to allow running many model configurations in the Tuner. Allowing you to run different models, with each of them having their own search_spaces. A new Notebook tutorial was also created demonstrating how to use and a use case in which this new feature can be useful.

The output of the Tuner with multiple models will be a Dataframe with all models, hyperparameters and metrics results, facilitating comparison, including the best model that can be saved on disk.

For more details, please check the 15-Search Best Architecture and Hyperparameter Notebook.

PS: Numpy >= 2.0.0 is raising the following error:
"AttributeError: np.float_ was removed in the NumPy 2.0 release. Use np.float64 instead."

Added importlib_metadata fixed version (pypa/twine#977) to fix the following error raised in PR check:
image

@ProgramadorArtificial ProgramadorArtificial marked this pull request as draft July 20, 2024 16:48
@ProgramadorArtificial ProgramadorArtificial marked this pull request as ready for review July 20, 2024 18:47
@manujosephv manujosephv merged commit 560dec6 into manujosephv:main Sep 17, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants