- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1321 - 1330 of 1,998 for store (3.04 seconds)
-
adjusted_mutual_info_score — scikit-learn...
the Mutual Information (MI) score to account for chance. It accounts...label values won’t change the score value in any way. This metric...scikit-learn.org/stable/modules/generated/sklearn.metrics.adjusted_mutual_info_score.html -
Récupération en masse des résultats de recherche
Corps du texte (extrait) score : Score de recherche boost : Valeur...( f "Average score: { df [ 'score' ] . mean () }...fess.codelibs.org/fr/15.3/config/search-scroll.html -
TweedieRegressor — scikit-learn 1.8.0 doc...
score ( X , y ) np.float64(0.839)...(n_samples,) Returns predicted values. score ( X , y , sample_weight = None...scikit-learn.org/stable/modules/generated/sklearn.linear_model.TweedieRegressor.html -
Sample pipeline for text feature extraction and...
between scoring time and mean test score (i.e. “CV score”). Passing..."trade-off between scoring time and mean test score" , "y"...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_text_feature_extraction.html -
ComplementNB — scikit-learn 1.8.0 documen...
score ( X , y , sample_weight = None...default=None Sample weights. Returns : score float Mean accuracy of self.predict(X)...scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.ComplementNB.html -
rand_score — scikit-learn 1.8.0 documenta...
The raw RI score [3] is: RI = (number of agreeing...Returns : RI float Similarity score between 0.0 and 1.0, inclusive,...scikit-learn.org/stable/modules/generated/sklearn.metrics.rand_score.html -
coverage_error — scikit-learn 1.8.0 docum...
need to go through the ranked scores to cover all true labels. The...Note: Our implementation’s score is 1 greater than the one given...scikit-learn.org/stable/modules/generated/sklearn.metrics.coverage_error.html -
SVC — scikit-learn 1.8.0 documentation
score ( X , y , sample_weight = None...default=None Sample weights. Returns : score float Mean accuracy of self.predict(X)...scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html -
Visualization of MLP weights on MNIST — s...
05534985 Training set score: 0.986429 Test set score: 0.953061 # Authors:..."Training set score: %f " % mlp . score ( X_train , y_train...scikit-learn.org/stable/auto_examples/neural_networks/plot_mnist_filters.html -
RandomForestClassifier — scikit-learn 1.8...
estimate the generalization score. By default, accuracy_score...importances. oob_score_ float Score of the training dataset obtained...scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestClassifier.html