Skip to content

OPFython

Gustavo Rosa edited this page May 5, 2020 · 3 revisions

Opytimizer is easily integrated with other frameworks. One can integrate it with the OPFython package to work with optimum-path forests and meta-heuristic optimization. We offer the following the pre-implemented scripts:

  • supervised_opf_feature_selection: Performs feature selection over a dataset using Supervised OPF accuracy as the optimization's objective function;
  • unsupervised_opf_clustering.py: Optimizes the k value for the Unsupervised OPF clustering technique.
Clone this wiki locally