@@ -12,7 +12,19 @@ description = "An optimization and data collection toolbox for convenient and fa
1212readme = " README.md"
1313requires-python = " >=3.10"
1414license = {file = " LICENSE" }
15- keywords = [" visualization" , " data-science" ]
15+ keywords = [" optimization" ,
16+ " hyperparameter-tuning" ,
17+ " bayesian-optimization" ,
18+ " machine-learning" ,
19+ " data-science" ,
20+ " hyperparameter-optimization" ,
21+ " automl" ,
22+ " model-selection" ,
23+ " gradient-free" ,
24+ " black-box-optimization" ,
25+ " scikit-learn" ,
26+ " pytorch" ,
27+ ]
1628authors = [
1729 {name = " Simon Blanke" , email = " simon.blanke@yahoo.com" }
1830]
@@ -30,10 +42,13 @@ classifiers=[
3042 " Operating System :: OS Independent" ,
3143 " Topic :: Scientific/Engineering :: Information Analysis" ,
3244 " Topic :: Scientific/Engineering :: Mathematics" ,
45+ " Topic :: Scientific/Engineering :: Artificial Intelligence" ,
3346 " Topic :: Software Development :: Libraries :: Python Modules" ,
47+ " Development Status :: 5 - Production/Stable" ,
3448 " Intended Audience :: Developers" ,
3549 " Intended Audience :: Information Technology" ,
3650 " Intended Audience :: Science/Research" ,
51+ " Intended Audience :: Education" ,
3752]
3853
3954dependencies = [
0 commit comments