Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 201 - 210 of 402 for f (0.25 sec)

  1. Multiclass Receiver Operating Characteristic (R...

    name = f " { class_of_interest } vs the...effect of numpy.ravel : print ( f "y_score: \n { y_score [ 0 : 2...
    scikit-learn.org/stable/auto_examples/model_selection/plot_roc.html
    Mon Jun 30 13:50:27 UTC 2025
      150.8K bytes
      Cache
     
  2. Release Highlights for scikit-learn 1.1 — sciki...

    max_iter = 50 ) hist_quantiles = { f "quantile= { quantile : .2f }...Parameters score_func <function f_c...x7fad23c2dab0> k 7 LogisticRegression...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_1_0.html
    Mon Jun 30 13:50:27 UTC 2025
      175.5K bytes
      Cache
     
  3. Examples of Using FrozenEstimator — scikit-lear...

    estimates for three data points: \n " f " { classifier . predict_proba...same three data points: \n " f " { classifier . predict ( X_test...
    scikit-learn.org/stable/auto_examples/frozen/plot_frozen_examples.html
    Mon Jun 30 13:50:30 UTC 2025
      100.9K bytes
      Cache
     
  4. precision_recall_fscore_support — scikit-learn ...

    'f-score') , sample_weight = None...# Compute precision, recall, F-measure and support for each class....
    scikit-learn.org/stable/modules/generated/sklearn.metrics.precision_recall_fscore_support.html
    Mon Jun 30 13:50:28 UTC 2025
      122.4K bytes
      Cache
     
  5. Plot classification probability — scikit-learn ...

    set_title ( f "Class { label } " ) # plot data...0.16 , 0.015 ]) plt . title ( f "Probability class { label } "...
    scikit-learn.org/stable/auto_examples/classification/plot_classification_probability.html
    Mon Jun 30 13:50:29 UTC 2025
      126.1K bytes
      Cache
     
  6. Comparison of kernel ridge regression and SVR —...

    time () - t0 print ( f "Best SVR with params: { svr ....= time . time () - t0 print ( f "Best KRR with params: { kr ....
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_kernel_ridge_regression.html
    Mon Jun 30 13:50:29 UTC 2025
      122.9K bytes
      Cache
     
  7. Pipeline ANOVA SVM — scikit-learn 1.7.0 documen...

    f_classif from sklearn.pipeline...anova_filter = SelectKBest ( f_classif , k = 3 ) clf = LinearSVC...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection_pipeline.html
    Mon Jun 30 13:50:27 UTC 2025
      116.5K bytes
      Cache
     
  8. Label Propagation digits: Demonstrating perform...

    pyplot as plt f = plt . figure ( figsize = ( 7...images [ image_index ] sub = f . add_subplot ( 2 , 5 , index...
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_label_propagation_digits.html
    Mon Jun 30 13:50:30 UTC 2025
      99.4K bytes
      Cache
     
  9. Quantile regression — scikit-learn 1.7.0 docume...

    performance) \n " f " { 'model' : <20 } MAE MSE \n " f " { linear_regression...performance) \n " f " { 'model' : <20 } MAE MSE \n " f " { linear_regression...
    scikit-learn.org/stable/auto_examples/linear_model/plot_quantile_regression.html
    Mon Jun 30 13:50:30 UTC 2025
      136.4K bytes
      Cache
     
  10. sklearn.feature_selection — scikit-learn 1.7.0 ...

    f_classif Compute the ANOVA F-value for the provided...provided sample. f_regression Univariate linear regression tests...
    scikit-learn.org/stable/api/sklearn.feature_selection.html
    Mon Jun 30 13:50:30 UTC 2025
      121.4K bytes
      Cache
     
Back to top