- Sort Score
- Num 10 results
- Language All
- Labels All
Results 851 - 860 of 1,301 for store (0.49 seconds)
Filter
-
API Suggest
lang Non Code de langue score Non Score (par defaut : 1.0) Reponse..."guest" ], "lang" : "ja" , "score" : 1.0 } ], "total" : 100 }...fess.codelibs.org/fr/15.5/api/admin/api-admin-suggest.html -
MLPClassifier — scikit-learn 1.8.0 documentation
The score reported is the accuracy score. Only available...The best validation score (i.e. accuracy score) that triggered the...scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPClassifier.html -
GradientBoostingClassifier — scikit-learn 1.8.0...
squared error with improvement score by Friedman, ‘squared_error’...terminate training when validation score is not improving. By default...scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingClassifier.html -
Perceptron — scikit-learn 1.8.0 documentation
confidence scores for samples. The confidence score for a sample...get the confidence scores. Returns : scores ndarray of shape (n_samples,)...scikit-learn.org/stable/modules/generated/sklearn.linear_model.Perceptron.html -
cross_val_score — scikit-learn 1.8.0 documentation
to return train scores, fit times and score times. cross_val_predict...None , * , groups = None , scoring = None , cv = None , n_jobs...scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_val_score.html -
FixedThresholdClassifier — scikit-learn 1.8.0 d...
predict_proba ) or decision scores (i.e. output of decision_function...predict_proba ) or decision scores (i.e. output of decision_function...scikit-learn.org/stable/modules/generated/sklearn.model_selection.FixedThresholdClassifier.html -
calinski_harabasz_score — scikit-learn 1.8.0 do...
Returns : score float The resulting Calinski-Harabasz score. References...Compute the Calinski and Harabasz score. It is also known as the Variance...scikit-learn.org/stable/modules/generated/sklearn.metrics.calinski_harabasz_score.html -
A demo of the Spectral Biclustering algorithm —...
"consensus score: { score : .1f } " ) consensus score: 1.0 The...similarity of two sets of biclusters score = consensus_score ( model ....scikit-learn.org/stable/auto_examples/bicluster/plot_spectral_biclustering.html -
SelectKBest — scikit-learn 1.8.0 documentation
arrays (scores, pvalues) or a single array with scores. Default...feature scores, None if score_func returned only scores. n_features_in_...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectKBest.html -
SelectFpr — scikit-learn 1.8.0 documentation
returning a pair of arrays (scores, pvalues). Default is f_classif...array-like of shape (n_features,) Scores of features. pvalues_ array-like...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFpr.html