- Sort Score
- Num 10 results
- Language All
- Labels All
Results 261 - 270 of 9,174 for 1 (6.13 seconds)
-
accuracy_score — scikit-learn 1.7.2 docum...
1 ], [ 1 , 1 ]]), np . ones (( 2 , 2...= [ 0 , 2 , 1 , 3 ] >>> y_true = [ 0 , 1 , 2 , 3 ] >>>...scikit-learn.org/stable/modules/generated/sklearn.metrics.accuracy_score.html -
AdaBoostClassifier — scikit-learn 1.7.2 d...
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 -
SpectralBiclustering — scikit-learn 1.7.2...
array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...clustering . row_labels_ array([1, 1, 1, 0, 0, 0], dtype=int32) >>>...scikit-learn.org/stable/modules/generated/sklearn.cluster.SpectralBiclustering.html -
ComplementNB — scikit-learn 1.7.2 documen...
Added in version 1.2. Changed in version 1.4: The default value...sklearn.naive_bayes. ComplementNB ( * , alpha = 1.0 , force_alpha = True , fit_prior...scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.ComplementNB.html -
Birch — scikit-learn 1.7.2 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 -
ExtraTreesRegressor — scikit-learn 1.7.2 ...
min_samples_leaf = 1 , min_weight_fraction_leaf = 0.0 , max_features = 1.0 ,...e.g. 0.3. Changed in version 1.1: The default of max_features...scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesRegressor.html -
MDS — scikit-learn 1.7.2 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 -
fetch_20newsgroups — scikit-learn 1.7.2 d...
1, 1, 1, 0, 1, 1, 0, 0, 0]) Gallery examples...Added in version 1.5. delay float, default=1.0 Number of seconds...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups.html -
TransformerMixin — scikit-learn 1.7.2 doc...
fit_transform ( X ) array([1, 1, 1]) fit_transform ( X , y = None...__init__ ( self , * , param = 1 ): ... self . param = param ......scikit-learn.org/stable/modules/generated/sklearn.base.TransformerMixin.html -
fetch_file — scikit-learn 1.7.2 documenta...
delay = 1 ) [source] # Fetch a file from...re-downloading. Added in version 1.6. Parameters : url str URL of...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_file.html