- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1191 - 1200 of over 10,000 for 1 (3.83 seconds)
Filter
-
Univariate Feature Selection — scikit-learn 1.8...
shape [ - 1 ]) plt . figure ( 1 ) plt . clf () plt ....RandomState ( 42 ) . uniform ( 0 , 0.1 , size = ( X . shape [ 0 ], 20...scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection.html -
Comparison of kernel ridge and Gaussian process...
reshape ( - 1 , 1 ) target = np . sin ( data )...ExpSineSquared(length_scale=1, periodicity=1) Our kernel has two parameters:...scikit-learn.org/stable/auto_examples/gaussian_process/plot_compare_gpr_krr.html -
Release History — scikit-learn 1.8.0 documentation
Version 1.1.2 Version 1.1.1 Version 1.1.0 Version 1.0 Version 1.0.2...Version 1.2.1 Version 1.2.0 Version 1.1 Version 1.1.3 Version...scikit-learn.org/stable/whats_new.html -
Comparison of LDA and PCA 2D projection of Iris...
1 , 2 ], target_names ): plt . scatter...y == i , 0 ], X_r [ y == i , 1 ], color = color , alpha = 0.8...scikit-learn.org/stable/auto_examples/decomposition/plot_pca_vs_lda.html -
Illustration of Gaussian process classification...
kernels = [ 1.0 * RBF ( length_scale = 1.15 ), 1.0 * DotProduct...)[:, 1 ] Z = Z . reshape ( xx . shape ) plt . subplot ( 1 , 2...scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpc_xor.html -
Bisecting K-Means and Regular K-Means Performan...
scikit-learn.org/stable/auto_examples/cluster/plot_bisect_kmeans.html -
MetadataRouter — scikit-learn 1.8.0 docum...
Added in version 1.3. Parameters : owner object The...sub-estimators). Added in version 1.4. Parameters : method str The...scikit-learn.org/stable/modules/generated/sklearn.utils.metadata_routing.MetadataRouter.html -
Comparing Random Forests and Histogram Gradient...
row = 1 , col = 1 ) fig . add_trace ( line_trace , row = 1 , col...row = 1 , col = 2 ) fig . add_trace ( line_trace , row = 1 , col...scikit-learn.org/stable/auto_examples/ensemble/plot_forest_hist_grad_boosting_comparison.html -
SVM with custom kernel — scikit-learn 1.8.0 doc...
T (0 1) """ M = np . array ([[ 2 , 0 ], [ 0 , 1.0 ]]) return.... scatter ( X [:, 0 ], X [:, 1 ], c = Y , cmap = plt . cm . Paired...scikit-learn.org/stable/auto_examples/svm/plot_custom_kernel.html -
3.4. Metrics and scoring: quantifying the quali...
1 , 1 , 1 , 1 , 1 ] >>> y_pred = [ 0 , 1 , 0 , 1 , 0 ,..., 0 , 1 , 1 , 1 , 1 , 1 ] >>> y_pred = [ 0 , 1 , 0 , 1 , 0 ,...scikit-learn.org/stable/modules/model_evaluation.html