Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 581 - 590 of 1,157 for store (0.15 sec)

  1. LassoLarsIC — scikit-learn 1.7.1 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
    Tue Aug 19 13:22:48 UTC 2025
      145.7K bytes
      Cache
     
  2. GradientBoostingClassifier — scikit-learn 1.7.1...

    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
    Tue Aug 19 13:22:51 UTC 2025
      179.7K bytes
      Cache
     
  3. feature_selection.rst.txt

    input a scoring function that returns univariate scores and p-values...provide a `score_func` where `y=None`. The `score_func` should...
    scikit-learn.org/stable/_sources/modules/feature_selection.rst.txt
    Sat Aug 16 15:30:00 UTC 2025
      14.5K bytes
      3 views
     
  4. plot_kmeans_digits.zip

    homo homogeneity score compl completeness score v-meas V measure...metrics.homogeneity_score, metrics.completeness_score, metrics.v_measure_score,...
    scikit-learn.org/stable/_downloads/1393861b58df827d4c681b80a5be2472/plot_kmeans_digits.zip
    Tue Aug 19 13:22:49 UTC 2025
      15.5K bytes
     
  5. FixedThresholdClassifier — scikit-learn 1.7.1 d...

    predict_proba ) or decision scores (i.e. output of decision_function...predict_proba ) or decision scores (i.e. output of decision_function...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.FixedThresholdClassifier.html
    Mon Aug 18 14:44:57 UTC 2025
      142.4K bytes
      Cache
     
  6. Permutation Importance vs Random Forest Feature...

    0 bootstrap True oob_score False n_jobs None random_state..."RF train accuracy: { rf . score ( X_train , y_train ) : .3f...
    scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance.html
    Tue Aug 19 13:22:49 UTC 2025
      195.3K bytes
      Cache
     
  7. RFE — scikit-learn 1.7.1 documentation

    score ( X , y , ** score_params ) [source]...more details. Returns : score float Score of the underlying base...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFE.html
    Tue Aug 19 13:22:48 UTC 2025
      149.7K bytes
      Cache
     
  8. OutputCodeClassifier — scikit-learn 1.7.1 docum...

    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.multiclass.OutputCodeClassifier.html
    Mon Aug 18 14:44:57 UTC 2025
      132.1K bytes
      Cache
     
  9. Effect of varying threshold for self-training —...

    predict ( X_test ) scores [ i , fold ] = accuracy_score ( y_test_true...x_values , scores . mean ( axis = 1 ), yerr = scores . std ( axis...
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_self_training_varying_threshold.html
    Tue Aug 19 13:22:49 UTC 2025
      102.7K bytes
      Cache
     
  10. Model selection with Probabilistic PCA and Fact...

    return pca_scores , fa_scores def shrunk_cov_score ( X ): shrinkages...Noise" )]: pca_scores , fa_scores = compute_scores ( X ) n_components_pca...
    scikit-learn.org/stable/auto_examples/decomposition/plot_pca_vs_fa_model_selection.html
    Tue Aug 19 13:22:48 UTC 2025
      110.5K bytes
      Cache
     
Back to top