- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1151 - 1160 of 1,745 for store (4.27 seconds)
-
Model Selection — scikit-learn 1.7.2 docu...
complexity and cross-validated score Balance model complexity and...and cross-validated score Class Likelihood Ratios to measure classification...scikit-learn.org/stable/auto_examples/model_selection/index.html -
Gradient Boosting Out-of-Bag estimates — ...
score ( X_test , y_test ) print (..."""compute deviance scores on ``X_test`` and ``y_test...scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_oob.html -
plot_kmeans_digits.zip
homo homogeneity score compl completeness score v-meas V measure...==========nhomo homogeneity score\ncompl completeness score\nv-meas V measure\nARI...scikit-learn.org/stable/_downloads/1393861b58df827d4c681b80a5be2472/plot_kmeans_digits.zip -
plot_hgbt_regression.ipynb
training if the validation score does not\nimprove (or degrades)...\"categorical_features\": None,\n \"scoring\": \"neg_root_mean_squared...scikit-learn.org/stable/_downloads/cb9a8a373677fb481fe43a11d8fa0e94/plot_hgbt_regression.ipynb -
Comparison of Calibration of Classifiers —...
minimize proper scoring rules: the Brier score or the log-loss...- 6 , 6 , 101 ), cv = 10 , scoring = "neg_log_loss"...scikit-learn.org/stable/auto_examples/calibration/plot_compare_calibration.html -
MNIST classification using multinomial logistic...
coef_ == 0 ) * 100 score = clf . score ( X_test , y_test ) #..."Test score with L1 penalty: %.4f " % score ) coef =...scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_mnist.html -
MultinomialNB — scikit-learn 1.7.2 docume...
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.MultinomialNB.html -
Adjustment for chance in clustering performance...
scores . mean ( axis = 1 ), scores . std ( axis..., np . median ( scores , axis = 1 ), scores . std ( axis = 1...scikit-learn.org/stable/auto_examples/cluster/plot_adjusted_for_chance_measures.html -
Arrow right
deployments Arrow down Featured stories Arrow down Deployment process...amazing prototypes, but the story ends there. Every Call for Code...developer.ibm.com/callforcode/solutions/deployments/ -
Non-negative least squares — scikit-learn...
"NNLS R2 score" , r2_score_nnls ) NNLS R2 score 0.8225220806196525..."OLS R2 score" , r2_score_ols ) OLS R2 score 0.7436926291700354...scikit-learn.org/stable/auto_examples/linear_model/plot_nnls.html