Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 801 - 810 of 1,197 for store (0.95 sec)

  1. __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
    Mon Apr 21 17:07:39 UTC 2025
      90.4K bytes
      Cache
     
  2. 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
     
  3. 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
    Mon Apr 21 17:07:38 UTC 2025
      156.6K bytes
      Cache
     
  4. learning_curve — scikit-learn 1.6.1 documentation

    train_scores array of shape (n_ticks, n_cv_folds) Scores on training...test_scores array of shape (n_ticks, n_cv_folds) Scores on test...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.learning_curve.html
    Mon Apr 21 17:07:39 UTC 2025
      125K bytes
      Cache
     
  5. 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
    Mon Apr 21 17:07:39 UTC 2025
      105.1K bytes
      Cache
     
  6. 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
    Mon Apr 21 17:07:39 UTC 2025
      109.9K bytes
      Cache
     
  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
    Mon Apr 21 17:07:39 UTC 2025
      107.1K bytes
      Cache
     
  8. Trump tariff timeline: How the U.S. turned glob...

    Pinterest Linkedin Latest Stories Tariffs pause Politics U.S....covering breaking business stories for NBCNews.com. Joe Murphy...
    www.nbcnews.com/business/economy/tariff-timeline-trump-trade-war-global-economy-rcna196487
    Thu Apr 10 00:53:31 UTC 2025
      369K bytes
      Cache
     
  9. 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
     
  10. 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
     
Back to top