- Sort Score
- Num 10 results
- Language All
- Labels All
Results 641 - 650 of over 10,000 for 2 (0.49 seconds)
-
make_biclusters — scikit-learn 1.8.0 docu...
shape (2, 10) >>> cols . shape (2, 20) Gallery...shape = ( 10 , 20 ), n_clusters = 2 , random_state = 42 ... ) >>>...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_biclusters.html -
ParameterGrid — scikit-learn 1.8.0 docume...
'a' : 2 , 'b' : True }, { 'a' : 2 , 'b'...param_grid = { 'a' : [ 1 , 2 ], 'b' : [ True , False...scikit-learn.org/stable/modules/generated/sklearn.model_selection.ParameterGrid.html -
ExtraTreeRegressor — scikit-learn 1.8.0 d...
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.ExtraTreeRegressor.html -
Evaluation of outlier detection estimators R...
X ) Duration for LOF: 2.15 s Duration for IForest: 0.27...as samples encoded with label 2 and outliers as those with label...scikit-learn.org/stable/auto_examples/miscellaneous/plot_outlier_detection_bench.html -
Plot different SVM classifiers in the iris data...
subplots ( 2 , 2 ) plt . subplots_adjust ( wspace...dataset. We only consider the first 2 features of this dataset: Sepal...scikit-learn.org/stable/auto_examples/svm/plot_iris_svc.html -
Exponentiation — scikit-learn 1.8.0 docum...
2) is equivalent to using the **...** operator with RBF() ** 2 . Read more in the User Guide . Added...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Exponentiation.html -
pair_confusion_matrix — scikit-learn 1.8....
2 ], [ 0 , 0 , 1 , 1 ]) array([[8, 2], [0, 2]]... Note...confusion matrix \(C\) computes a 2 by 2 similarity matrix between two...scikit-learn.org/stable/modules/generated/sklearn.metrics.cluster.pair_confusion_matrix.html -
index.css
--sk-landing-bg-2: var(--sk-cyan-shades-2); --sk-landing-bg-3:...var(--sk-cyan-shades-3); --sk-landing-bg-2: var(--sk-cyan); --sk-landing-bg-3:...scikit-learn.org/stable/_static/styles/index.css -
mean_gamma_deviance — scikit-learn 1.8.0 ...
2. , 2. ] >>> mean_gamma_deviance...with the power parameter power=2 . It is invariant to scaling of...scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_gamma_deviance.html -
Sum — scikit-learn 1.8.0 documentation
kernel = Sum ( ConstantKernel ( 2 ), RBF ()) >>> gpr =...1.0 >>> kernel 1.41**2 + RBF(length_scale=1) __call__...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Sum.html