Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 791 - 800 of 1,197 for store (0.43 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
    Sat Apr 19 00:31:21 UTC 2025
      105.1K bytes
      Cache
     
  2. Release Highlights for scikit-learn 0.24 — scik...

    the one that has the highest score on the last iteration. Read...based on a cross-validated score maximization. See the User Guide...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_24_0.html
    Sat Apr 19 00:31:22 UTC 2025
      156.6K bytes
      Cache
     
  3. 1.16. Probability calibration — scikit-learn 1....

    Note Strictly proper scoring rules for probabilistic predictions...like sklearn.metrics.brier_score_loss and sklearn.metrics.log_loss...
    scikit-learn.org/stable/modules/calibration.html
    Sat Apr 19 00:31:22 UTC 2025
      62.9K bytes
      Cache
     
  4. Trump administration live updates: Leaked Yemen...

    Pinterest Linkedin Latest Stories Trump admin Politics World...nationwide ban. Read the full story here. Share 'Trump is at it...
    www.nbcnews.com/politics/trump-administration/live-blog/trump-administration-ratcliffe-gabbard-el...
    Thu Mar 27 00:54:44 UTC 2025
      1.6M bytes
      Cache
     
  5. __sklearn_is_fitted__ as Developer API — scikit...

    predictions def score ( self , X , y ): """ Calculate Score If the estimator...check_is_fitted ( self ) # Perform scoring logic return 0.5 def __sklearn_is_fitted__...
    scikit-learn.org/stable/auto_examples/developing_estimators/sklearn_is_fitted.html
    Sat Apr 19 00:31:22 UTC 2025
      90.4K bytes
      Cache
     
  6. plot_hgbt_regression.ipynb

    scoring=scorer)\nrmse = cv_results[\"test_score\"]\nprint(f\"RMSE...cv=ts_cv, scoring=scorer)\nrmse = cv_results[\"test_score\"]\nprint(f\"RMSE...
    scikit-learn.org/stable/_downloads/cb9a8a373677fb481fe43a11d8fa0e94/plot_hgbt_regression.ipynb
    Sat Apr 19 00:31:20 UTC 2025
      20.2K bytes
      1 views
     
  7. 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
    Sat Apr 19 00:31:21 UTC 2025
      107.1K bytes
      Cache
     
  8. 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
    Sat Apr 19 00:31:22 UTC 2025
      6.6K bytes
     
  9. 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
    Sat Apr 19 00:31:21 UTC 2025
      102.8K bytes
      1 views
      Cache
     
  10. Gradient Boosting regression — scikit-learn 1.6...

    test_score = np . zeros (( params [ "n_estimators"...staged_predict ( X_test )): test_score [ i ] = mean_squared_error (...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regression.html
    Sat Apr 19 00:31:22 UTC 2025
      109.9K bytes
      Cache
     
Back to top