nnourr/AutoOptuna

A GitHub Action to perform hyperparameter optimization on a Python model using Optuna.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
script_pathPath to the script with get_data and get_model methodsyes
get_data_methodName of the method to fetch the datasetnoget_data
get_model_methodName of the method to fetch the modelnoget_model
n_trialsNumber of trials for hyperparameter optimizationno50
artifact_nameName of the artifact output for the optimized model.nooptimized_model.pkl
namedescription
best_paramsBest hyperparameters found during optimization.
best_accuracyBest accuracy achieved during optimization.