-
Notifications
You must be signed in to change notification settings - Fork 41
Scikit Learn
Gustavo Rosa edited this page Jan 16, 2020
·
2 revisions
Opytimizer is easily integrated with other frameworks. One can integrate it with the Scikit-Learn package to work with traditional machine learning techniques and meta-heuristic optimization. We offer the following the pre-implemented scripts:
- k_means_clustering.py: Optimize the
k
value from the K-means clustering technique; - svm.py: Optimize hyperparameters from a Support Vector Machine.
opytimizer
© Copyright 2021 – Licensed by Apache 2.0