class sklearn.multiclass.OneVsRestClassifier(estimator, n_jobs=1)
sklearn.metrics.normalized_mutual_info_score(labels_true, labels_pred)
sklearn.utils.check_random_state(seed)
sklearn.datasets.fetch_species_distributions(data_home=None, download_if_missing=True)
sklearn.metrics.classification_report(y_true, y_pred, labels=None, target_names=None, sample_weight=None, digits=2)
class sklearn.svm.LinearSVR(epsilon=0.0, tol=0.0001, C=1.0, loss='epsilon_insensitive', fit_intercept=True, intercept_scaling=1.0, dual=True
sklearn.datasets.fetch_kddcup99(subset=None, shuffle=False, random_state=None, percent10=True, download_if_missing=True)
Warning DEPRECATED
class sklearn.exceptions.UndefinedMetricWarning
Page 29 of 43