- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 151 - 160 of 3,230 for 1 (0.25 sec)
-
PredefinedSplit — scikit-learn 1.7.1 documentation
1 , 1 ]) >>> test_fold = [ 0 , 1 , - 1 , 1 ] >>> ps...PredefinedSplit(test_fold=array([ 0, 1, -1, 1])) >>> for i , ( train_index...scikit-learn.org/stable/modules/generated/sklearn.model_selection.PredefinedSplit.html -
MDS — scikit-learn 1.7.1 documentation
n_init will change from 4 to 1 in version 1.9. max_iter int, default=300...means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn.org/stable/modules/generated/sklearn.manifold.MDS.html -
AdaBoostClassifier — scikit-learn 1.7.1 documen...
initialized with max_depth=1 . Added in version 1.2: base_estimator was...the range [1, inf) . learning_rate float, default=1.0 Weight applied...scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostClassifier.html -
KDTree — scikit-learn 1.7.1 documentation
query ( X [: 1 ], k = 3 ) >>> print ( ind ) #...indices of 3 closest neighbors [0 3 1] >>> print ( dist ) # distances...scikit-learn.org/stable/modules/generated/sklearn.neighbors.KDTree.html -
PolynomialCountSketch — scikit-learn 1.7.1 docu...
[ 1 , 1 ], [ 1 , 0 ], [ 0 , 1 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>>...Array with random entries in {+1, -1}, used to represent the 2-wise...scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.PolynomialCountSketch.html -
Birch — scikit-learn 1.7.1 documentation
1 ], [ 0.3 , 1 ], [ - 0.3 , 1 ], [ 0 , - 1 ], [ 0.3...predict ( X ) array([0, 0, 0, 1, 1, 1]) For a comparison of the BIRCH...scikit-learn.org/stable/modules/generated/sklearn.cluster.Birch.html -
LeavePGroupsOut — scikit-learn 1.7.1 documentation
Test: index=[0 1], group=[1 2] Fold 1: Train: index=[1], group=[2]...array ([ 1 , 2 , 1 ]) >>> groups = np . array ([ 1 , 2 , 3 ])...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePGroupsOut.html -
GraphicalLassoCV — scikit-learn 1.7.1 documenta...
means 1 unless in a joblib.parallel_backend context. -1 means...0.2 , 0.0 , 0.3 , 0.1 ], ... [ 0.0 , 0.0 , 0.1 , 0.7 ]]) >>> np...scikit-learn.org/stable/modules/generated/sklearn.covariance.GraphicalLassoCV.html -
OutlierMixin — scikit-learn 1.7.1 documentation
fit_predict ( X ) array([1., 1., 1.]) fit_predict ( X , y = None...labels for X. Returns -1 for outliers and 1 for inliers. Parameters...scikit-learn.org/stable/modules/generated/sklearn.base.OutlierMixin.html -
PLSCanonical — scikit-learn 1.7.1 documentation
1 , - 0.2 ], [ 0.9 , 1.1 ], [ 6.2 , 5.9 ],...intercept_ . Added in version 1.1. n_iter_ list of shape (n_components,)...scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSCanonical.html