Skip to content

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.
Clone this wiki locally