Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 781 - 790 of 1,515 for store (0.1 sec)

  1. 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
    Fri Nov 22 23:53:26 UTC 2024
      109.5K bytes
      Cache
     
  2. 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
    Fri Nov 22 23:53:26 UTC 2024
      235.2K bytes
      Cache
      Similar Results (1)
     
  3. 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
    Fri Nov 22 23:53:27 UTC 2024
      117.3K bytes
      Cache
     
  4. 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
    Fri Nov 22 23:53:27 UTC 2024
      98.2K bytes
      Cache
     
  5. 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
    Fri Nov 22 23:53:26 UTC 2024
      107.1K bytes
      Cache
     
  6. 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
    Fri Nov 22 23:53:26 UTC 2024
      172.3K bytes
      Cache
     
  7. 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
    Fri Nov 22 23:53:26 UTC 2024
      91.4K bytes
      Cache
     
  8. 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...
    Thu Nov 07 01:13:03 UTC 2024
      125.1K bytes
      Cache
     
  9. 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
    Fri Nov 22 23:53:26 UTC 2024
      107.5K bytes
      Cache
     
  10. 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
    Fri Nov 22 23:53:27 UTC 2024
      101.4K bytes
      Cache
     
Back to top