- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 781 - 790 of 1,515 for store (0.1 sec)
-
Plot the decision surfaces of ensembles of tree...
95 score RandomForestClassifi () # 0.94 score AdaBoost...0.94 score DecisionTree ( max_depth = None ) # 0.94 score Increasing...scikit-learn.org/stable/auto_examples/ensemble/plot_forest_iris.html -
2.3. Clustering — scikit-learn 1.7.dev0 documen...
concept as scores homogeneity_score and completeness_score . Both...Furthermore, both rand_score adjusted_rand_score are symmetric : swapping...scikit-learn.org/dev/modules/clustering.html -
validation_curve — scikit-learn 1.5.2 documenta...
test scores for varying parameter values. Compute scores for an...train_scores array of shape (n_ticks, n_cv_folds) Scores on training...scikit-learn.org/stable/modules/generated/sklearn.model_selection.validation_curve.html -
Effect of varying threshold for self-training —...
predict ( X_test ) scores [ i , fold ] = accuracy_score ( y_test_true...x_values , scores . mean ( axis = 1 ), yerr = scores . std ( axis...scikit-learn.org/stable/auto_examples/semi_supervised/plot_self_training_varying_threshold.html -
Imputing missing values with variants of Iterat...
N_SPLITS ) scores = pd . concat ( [ score_full_data , score_simple_imputer...BayesianRidge () score_full_data = pd . DataFrame ( cross_val_score ( br_estimator...scikit-learn.org/stable/auto_examples/impute/plot_iterative_imputer_variants_comparison.html -
GradientBoostingRegressor — scikit-learn 1.5.2 ...
train_score_ ndarray of shape (n_estimators,) The i-th score train_score_[i]...Notes The \(R^2\) score used when calling score on a regressor uses...scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingRegressor.html -
SVM-Anova: SVM with univariate feature selectio...
import cross_val_score score_means = list () score_stds = list ()...) this_scores = cross_val_score ( clf , X , y ) score_means ....scikit-learn.org/stable/auto_examples/svm/plot_svm_anova.html -
German Firms' 4-Day Workweek Trial Slashes Stre...
× 175419945 story A six-month German pilot of...Informative Interesting Funny ( Score: 5 , Interesting) by writes:...slashdot.org/story/24/11/06/213205/german-firms-4-day-workweek-trial-slashes-stress-keeps-product... -
Gradient Boosting Out-of-Bag estimates — scikit...
deviance scores on ``X_test`` and ``y_test``.""" score = np . zeros...y_train [ train ]) val_scores += heldout_score ( cv_clf , X_train...scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_oob.html -
10. Common pitfalls and recommended practices —...
import cross_val_score >>> scores = cross_val_score ( pipeline ,...accuracy: { scores . mean () : .2f } +/- { scores . std () : .2f...scikit-learn.org/stable/common_pitfalls.html