Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 761 - 770 of 1,197 for store (0.71 sec)

  1. Model-based and sequential feature selection — ...

    print ( f "ROC AUC score: { roc_auc_score ( y , model . predict_proba...features based a cross-validation score. That is, we start with 0 features...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_select_from_model_diabetes.html
    Sat Apr 19 00:31:22 UTC 2025
      123.1K bytes
      Cache
     
  2. Permutation Importance vs Random Forest Feature...

    score ( X_train , y_train ) : .3f...f "RF test accuracy: { rf . score ( X_test , y_test ) : .3f }...
    scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance.html
    Sat Apr 19 00:31:20 UTC 2025
      159.9K bytes
      Cache
     
  3. Release Highlights for scikit-learn 1.4 — sciki...

    print ( f "ROC AUC score is { roc_auc_score ( y_test , y_decision...hyperparameter_grid , cv = inner_cv , scoring = scoring_inner_cv , ) outer_cv...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_4_0.html
    Sat Apr 19 00:31:21 UTC 2025
      155.8K bytes
      Cache
     
  4. zero_one_loss — scikit-learn 1.6.1 documentation

    also accuracy_score Compute the accuracy score. By default, the...jaccard_score Compute the Jaccard similarity coefficient score. Notes...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.zero_one_loss.html
    Mon Apr 21 17:07:39 UTC 2025
      110.7K bytes
      Cache
     
  5. ExtraTreeRegressor — scikit-learn 1.6.1 documen...

    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.tree.ExtraTreeRegressor.html
    Sat Apr 19 00:31:22 UTC 2025
      163.2K bytes
      Cache
     
  6. Version 0.16 — scikit-learn 1.6.1 documentation

    f1_score , sklearn.metrics.fbeta_score , sklearn.metrics.recall_score...sklearn.metrics.recall_score and sklearn.metrics.precision_score when performing...
    scikit-learn.org/stable/whats_new/v0.16.html
    Sat Apr 19 00:31:20 UTC 2025
      93.7K bytes
      Cache
     
  7. DummyClassifier — scikit-learn 1.6.1 documentation

    score ( X , y ) 0.75 fit ( X , y ,...arithmetically, for each output. score ( X , y , sample_weight = None...
    scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyClassifier.html
    Mon Apr 21 17:07:40 UTC 2025
      142.7K bytes
      Cache
     
  8. SVC — scikit-learn 1.6.1 documentation

    (n_classes * (n_classes - 1) / 2) score ( X , y , sample_weight = None...default=None Sample weights. Returns : score float Mean accuracy of self.predict(X)...
    scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html
    Sat Apr 19 00:31:22 UTC 2025
      182K bytes
      Cache
     
  9. MNIST classification using multinomial logistic...

    coef_ == 0 ) * 100 score = clf . score ( X_test , y_test ) #...print ( "Test score with L1 penalty: %.4f " % score ) coef = clf...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_mnist.html
    Sat Apr 19 00:31:22 UTC 2025
      96.3K bytes
      Cache
     
  10. sklearn.metrics — scikit-learn 1.6.1 documentation

    accuracy_score Accuracy classification score. auc Compute...from prediction scores. balanced_accuracy_score Compute the balanced...
    scikit-learn.org/stable/api/sklearn.metrics.html
    Mon Apr 21 17:07:39 UTC 2025
      159.5K bytes
      Cache
     
Back to top