Machine Learning ================== The machine learning class --------------------------- This class does most of the heavy lifting for machine learning applications in the model. .. currentmodule:: copro .. autoclass:: machine_learning.MachineLearning :members: :undoc-members: :show-inheritance: Other functions ---------------- Functions for machine learning applications in the model. .. automodule:: machine_learning :members: define_scaling,apply_gridsearchCV,load_clfs,predictive :undoc-members: :show-inheritance: