Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 731 - 740 of 1,298 for store (0.52 sec)

  1. Compare Stochastic learning strategies for MLPC...

    print ( "Training set score: %f " % mlp . score ( X , y )) print (...learning-rate Training set score: 0.980000 Training set loss:...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_mlp_training_curves.html
    Thu Jul 03 11:42:05 UTC 2025
      105.4K bytes
      Cache
     
  2. Lasso — scikit-learn 1.7.0 documentation

    Notes The \(R^2\) score used when calling score on a regressor uses...default value of r2_score . This influences the score method of all...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Lasso.html
    Thu Jul 03 11:42:05 UTC 2025
      167.4K bytes
      Cache
     
  3. Outlier detection with Local Outlier Factor (LO...

    outlier scores radius = ( X_scores . max () - X_scores ) / ( X_scores...X_scores . max () - X_scores . min ()) scatter = plt . scatter...
    scikit-learn.org/stable/auto_examples/neighbors/plot_lof_outlier_detection.html
    Thu Jul 03 11:42:05 UTC 2025
      98.5K bytes
      Cache
     
  4. Early stopping of Stochastic Gradient Descent —...

    train_score , test_score = fit_and_score ( estimator ,...estimator . n_iter_ train_score = estimator . score ( X_train , y_train...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_early_stopping.html
    Thu Jul 03 11:42:05 UTC 2025
      107.6K bytes
      Cache
     
  5. Displaying Pipelines — scikit-learn 1.7.0 docum...

    '2*n_jobs' error_score nan return_train_score False estimator:...'classifier__n_estimators': [200, 500]} scoring None n_jobs 1 refit True cv...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_pipeline_display.html
    Thu Jul 03 11:42:05 UTC 2025
      287.7K bytes
      Cache
     
  6. LassoLarsIC — scikit-learn 1.7.0 documentation

    Notes The \(R^2\) score used when calling score on a regressor uses...default value of r2_score . This influences the score method of all...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsIC.html
    Thu Jul 03 11:42:05 UTC 2025
      146K bytes
      Cache
     
  7. GradientBoostingClassifier — scikit-learn 1.7.0...

    train_score_ ndarray of shape (n_estimators,) The i-th score train_score_[i]...squared error with improvement score by Friedman, ‘squared_error’...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingClassifier.html
    Thu Jul 03 11:42:05 UTC 2025
      180K bytes
      Cache
     
  8. Effect of model regularization on training and ...

    "R$^2$ Score" , ) test_scores_mean = disp . test_scores . mean...param_range = alphas , scoring = "r2" , n_jobs = 2 , score_type = "both"...
    scikit-learn.org/stable/auto_examples/model_selection/plot_train_error_vs_test_error.html
    Thu Jul 03 11:42:06 UTC 2025
      102.8K bytes
      1 views
      Cache
     
  9. plot_multi_metric_evaluation.rst.txt

    sample_score_mean - sample_score_std, sample_score_mean + sample_score_std,...: range(2, 403, 20)}, scoring=scoring, refit="AUC", n_jobs=2,...
    scikit-learn.org/stable/_sources/auto_examples/model_selection/plot_multi_metric_evaluation.rst.txt
    Thu Jul 03 11:42:05 UTC 2025
      6.6K bytes
     
  10. det_curve — scikit-learn 1.7.0 documentation

    y_score ndarray of shape of (n_samples,) Target scores, can...sklearn.metrics. det_curve ( y_true , y_score , pos_label = None , sample_weight...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.det_curve.html
    Thu Jul 03 11:42:05 UTC 2025
      113.8K bytes
      Cache
     
Back to top