- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 291 - 300 of 2,618 for 2 (0.17 sec)
-
OrthogonalMatchingPursuit — scikit-learn 1.7.1 ...
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...coefficient of determination, \(R^2\) , is defined as \((1 - \frac{u}{v})\)...scikit-learn.org/stable/modules/generated/sklearn.linear_model.OrthogonalMatchingPursuit.html -
ShuffleSplit — scikit-learn 1.7.1 documentation
2 , 1 , 2 , 1 , 2 ]) >>> rs = ShuffleSplit...Test: index=[5 2] Fold 1: Train: index=[4 0 2 5] Test: index=[1...scikit-learn.org/stable/modules/generated/sklearn.model_selection.ShuffleSplit.html -
auto_examples_python.zip
- l / 2.0) ** 2 + (y - l / 2.0) ** 2 < (l / 2.0) ** 2 mask =...+ 1, figsize=(4 * 2.2, n_classifiers * 2.2), ) evaluation_results...scikit-learn.org/stable/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip -
jaccard_score — scikit-learn 1.7.1 documentation
scikit-learn.org/stable/modules/generated/sklearn.metrics.jaccard_score.html -
check_array — scikit-learn 1.7.1 documentation
ndim > 2. ensure_min_samples int, default=1...the input data has effectively 2 dimensions or is originally 1D...scikit-learn.org/stable/modules/generated/sklearn.utils.check_array.html -
available_if — scikit-learn 1.7.1 documentation
x % 2 == 0 ... ... @available_if ( _x_is_even..."say_hello" ) False >>> obj . x = 2 >>> hasattr ( obj , "say_hello"...scikit-learn.org/stable/modules/generated/sklearn.utils.metaestimators.available_if.html -
Soulja Boy arrested on charge of possession of ...
2:51 PM EDT / Updated Aug. 3, 2025,...was stopped by police at around 2:35 a.m. local time on the intersection...www.nbcnews.com/pop-culture/pop-culture-news/soulja-boy-arrested-possession-firearm-rcna222763 -
make_gaussian_quantiles — scikit-learn 1.7.1 do...
int64(2), np.int64(0), np.int64(1), np.int64(0), np.int64(2)] Gallery...n_samples = 100 , n_features = 2 , n_classes = 3 , shuffle = True...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_gaussian_quantiles.html -
LinearDiscriminantAnalysis — scikit-learn 1.7.1...
2 ]]) >>> y = np . array ([ 1 , 1 , 1 , 2 , 2 , 2 ]) >>>...- 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2 , 1 ], [ 3...scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.LinearDiscriminantAnalysi... -
HashingVectorizer — scikit-learn 1.7.1 document...
2) means unigrams and bigrams, and (2, 2) means only...n_features is large enough (e.g. 2 ** 18 for text classification...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.HashingVectorizer.html