cvopt API Reference

cvopt(cross validation optimizer) is python module for machine learning’s parameter search and feature selection. To simplify modeling, in cvopt, log management and visualization are integrated and the API like scikit-learn is provided.

_images/readme_00.PNG

In Data Science modeling, sometimes would like to …

  • Use various search algorithms on the same interface.
  • Optimize parameters and feature selections simultaneously.
  • Integrate log management and its visualization into search API.

To make these simpler, cvopt was created (GitHub).