Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 631 - 640 of 1,201 for store (0.06 sec)

  1. HistGradientBoostingRegressor — scikit-learn 1....

    train_score_ ndarray, shape (n_iter_+1,) The scores at each...iteration. Scores are computed according to the scoring parameter....
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.HistGradientBoostingRegressor.html
    Sat Apr 19 00:31:22 UTC 2025
      171.7K bytes
      Cache
     
  2. Right-wing influencers are shilling an immigran...

    native ad More in Tech 8 Verge Score The best Android phones for...title for the native ad Top Stories Apr 17 Just look at Huawei’s...
    www.theverge.com/tech/650015/iceraid-app-immigrant-bounty-hunting-crypto
    Fri Apr 18 00:50:28 UTC 2025
      464.8K bytes
      Cache
     
  3. cross_validation.rst.txt

    >>> scores = cross_val_score(clf, X, y, cv=5) >>> scores array([0.96...,...>>> scores = cross_val_score( ... clf, X, y, cv=5, scoring='f1_macro')...
    scikit-learn.org/stable/_sources/modules/cross_validation.rst.txt
    Sat Apr 19 00:31:21 UTC 2025
      40K bytes
      6 views
     
  4. 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
    Sat Apr 19 00:31:22 UTC 2025
      111.8K bytes
      Cache
     
  5. MLPRegressor — scikit-learn 1.6.1 documentation

    validation_scores_ list of shape ( n_iter_ ,) or None The score at each...validation set. The score reported is the R2 score. Only available...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html
    Sat Apr 19 00:31:21 UTC 2025
      151.3K bytes
      Cache
     
  6. Post-hoc tuning the cut-off point of decision f...

    scoring = scoring , cv = cv , return_train_score = True...target , scoring = scoring , cv = cv , return_train_score = True...
    scikit-learn.org/stable/auto_examples/model_selection/plot_tuned_decision_threshold.html
    Sat Apr 19 00:31:21 UTC 2025
      124.8K bytes
      Cache
     
  7. Categorical Feature Support in Gradient Boostin...

    scoring = scoring ) one_hot_result = cross_validate...y , cv = n_cv_folds , scoring = scoring ) ordinal_result = cross_validate...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_categorical.html
    Sat Apr 19 00:31:21 UTC 2025
      125.1K bytes
      Cache
     
  8. L1-based models for Sparse Signals — scikit-lea...

    predict ( X_test ) r2_score_lasso = r2_score ( y_test , y_pred_lasso...predict ( X_test ) r2_score_ard = r2_score ( y_test , y_pred_ard...
    scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_and_elasticnet.html
    Sat Apr 19 00:31:21 UTC 2025
      125K bytes
      Cache
     
  9. coverage_error — scikit-learn 1.6.1 documentation

    y_score , * , sample_weight = None )...need to go through the ranked scores to cover all true labels. The...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.coverage_error.html
    Sat Apr 19 00:31:21 UTC 2025
      108.7K bytes
      Cache
     
  10. L1 Penalty and Sparsity in Logistic Regression ...

    69% Score with L1 penalty: 0.90 Score with Elastic-Net...penalty: 4.69% Score with L1 penalty: 0.90 Score with Elastic-Net...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_l1_l2_sparsity.html
    Sat Apr 19 00:31:22 UTC 2025
      99.4K bytes
      Cache
     
Back to top