- Sort Score
- Num 10 results
- Language All
- Labels All
Results 461 - 470 of over 10,000 for 2 (1.34 seconds)
-
mean_absolute_percentage_error — scikit-l...
2 , 7 ] >>> y_pred = [ 2.5 , 0.0 , 2 , 8 ] >>>..., 0. , 2.4 , 7. ] >>> y_pred = [ 1.2 , 0.1 , 2.4 , 8....scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_absolute_percentage_error.html -
Probability Calibration for 3-class classificat...
"($\frac {1}{2} $, $0$, $\frac {1}{2} $)" , xy = (..."($0$, $\frac {1}{2} $, $\frac {1}{2} $)" , xy = ( 0.0...scikit-learn.org/stable/auto_examples/calibration/plot_calibration_multiclass.html -
Two-class AdaBoost — scikit-learn 1.8.0 d...
cov = 2.0 , n_samples = 200 , n_features = 2 , n_classes = 2 , random_state...= 300 , n_features = 2 , n_classes = 2 , random_state = 1 ) X...scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_twoclass.html -
SVM Margins Example — scikit-learn 1.8.0 ...
2 ) - [ 2 , 2 ], np . random . randn ( 20 , 2 ) + [ 2 , 2...This is sqrt(1+a^2) away vertically in # 2-d. margin = 1 / np...scikit-learn.org/stable/auto_examples/svm/plot_svm_margin.html -
classification_report — scikit-learn 1.8....
2 , 2 , 2 ] >>> y_pred = [ 0 , 0 , 2 , 2 , 1 ]...sample_weight = None , digits = 2 , output_dict = False , zero_division...scikit-learn.org/stable/modules/generated/sklearn.metrics.classification_report.html -
fetch_lfw_pairs — scikit-learn 1.8.0 docu...
2, 62, 47). Shape depends on subset Each row has 2 face...Download it if necessary. Classes 2 Samples total 13233 Dimensionality...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_lfw_pairs.html -
Comparison of Calibration of Classifiers —...
only 2 are informative, 2 are redundant (random...20 , n_informative = 2 , n_redundant = 2 , random_state = 42 )...scikit-learn.org/stable/auto_examples/calibration/plot_compare_calibration.html -
PowerTransformer — scikit-learn 1.8.0 doc...
2 ], [ 3 , 2 ], [ 4 , 5 ]] >>>...0 and lambda_ != 2 : X_original = 1 - ( - ( 2 - lambda_ ) * X...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.PowerTransformer.html -
cluster_optics_dbscan — scikit-learn 1.8....
2 ], [ 2 , 5 ], [ 3 , 6 ], ... [ 8... ( ... X , ... min_samples = 2 , ... max_eps = np . inf , ......scikit-learn.org/stable/modules/generated/sklearn.cluster.cluster_optics_dbscan.html -
Visualizing the probabilistic predictions of a ...
SplineTransformer ( degree = 2 , n_knots = 2 ), PolynomialFeatures (...SplineTransformer(degree=2, n_knots=2)), ('polynomialfeatures',...scikit-learn.org/stable/auto_examples/ensemble/plot_voting_decision_regions.html