- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 511 - 520 of 2,485 for 2 (0.15 sec)
-
paired_manhattan_distances — scikit-learn 1.7.2...
2., 1.]) On this page This Page...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.paired_manhattan_distances.html -
RobustScaler — scikit-learn 1.7.2 documentation
- 2. , 2. ], ... [ - 2. , 1. , 3. ], ... [ 4. , 1. , - 2. ]]...transform ( X ) array([[ 0. , -2. , 0. ], [-1. , 0. , 0.4], [ 1....scikit-learn.org/stable/modules/generated/sklearn.preprocessing.RobustScaler.html -
DecisionTreeRegressor — scikit-learn 1.7.2 docu...
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...= None , min_samples_split = 2 , min_samples_leaf = 1 , min_...scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeRegressor.html -
Plot classification boundaries with different S...
2 , 0.5 ], [ 0.2 , - 2.0 ], [ 0.5 , - 2.4 ], [ 0.2 , - 2.3...[ - 1.3 , - 1.2 ], [ - 1.1 , - 0.2 ], [ - 1.2 , - 0.4 ], [ -...scikit-learn.org/stable/auto_examples/svm/plot_svm_kernels.html -
Statistical comparison of models using grid sea...
098776 2_poly {'degree': 2, 'kernel': 'poly'} 4...factorial ( 2 ) * factorial ( len ( model_scores ) - 2 ) ) pairwise_t_test...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_stats.html -
load_svmlight_files — scikit-learn 1.7.2 docume...
2: Path-like objects are now accepted....scikit-learn.org/stable/modules/generated/sklearn.datasets.load_svmlight_files.html -
r2_score — scikit-learn 1.7.2 documentation
y_true = [ - 2 , - 2 , - 2 ] >>> y_pred = [ - 2 , - 2 , - 2 ] >>> r2_score...y_true = [ - 2 , - 2 , - 2 ] >>> y_pred = [ - 2 , - 2 , - 2 + 1e-8...scikit-learn.org/stable/modules/generated/sklearn.metrics.r2_score.html -
Comparing different clustering algorithms on to...
xlim ( - 2.5 , 2.5 ) plt . ylim ( - 2.5 , 2.5 ) plt . xticks...240 , "quantile" : 0.2 , "n_clusters" : 2 , "min_samples" : 7...scikit-learn.org/stable/auto_examples/cluster/plot_cluster_comparison.html -
Face completion with a multi-output estimators ...
n_pixels // 2 :] X_test = test [:, : ( n_pixels + 1 ) // 2 ] y_test.... figure ( figsize = ( 2.0 * n_cols , 2.26 * n_faces )) plt ....scikit-learn.org/stable/auto_examples/miscellaneous/plot_multioutput_face_completion.html -
11. Common pitfalls and recommended practices —...
2.2. Data leakage during pre-processing..., test ) [0 3 5 6 7] [1 2 4 8 9] [1 2 4 8 9] [0 3 5 6 7] >>> for...scikit-learn.org/stable/common_pitfalls.html