Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 181 - 190 of 370 for f (0.6 sec)

  1. Prediction Intervals for Gradient Boosting Regr...

    f ( xx ), "black" , linewidth = 3 , label = r "$f(x) = x\,\sin(x)$"...xx , f ( xx ), "black" , linewidth = 3 , label = r "$f(x) = x\,\sin(x)$"...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_quantile.html
    Tue Sep 16 14:38:56 UTC 2025
      140.9K bytes
      Cache
     
  2. 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
    Tue Sep 16 14:38:54 UTC 2025
      100.9K bytes
      Cache
     
  3. 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
    Tue Sep 16 14:38:54 UTC 2025
      150.8K bytes
      Cache
     
  4. Polynomial and Spline interpolation — scikit-le...

    def f ( x ): """Function to be approximated...replace = False )) y_train = f ( x_train ) # create 2D-array...
    scikit-learn.org/stable/auto_examples/linear_model/plot_polynomial_interpolation.html
    Tue Sep 16 14:38:56 UTC 2025
      121.3K bytes
      Cache
     
  5. LeaveOneGroupOut — scikit-learn 1.7.2 documenta...

    print ( f "Fold { i } :" ) ... print ( f " Train: index=...train_index ] } " ) ... print ( f " Test: index= { test_index }...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneGroupOut.html
    Tue Sep 16 14:38:54 UTC 2025
      122.1K bytes
      Cache
     
  6. Comparing Random Forests and Histogram Gradient...

    print ( f "The dataset consists of { n_samples...only_physical_cores = True ) print ( f "Number of physical cores: { N_CORES...
    scikit-learn.org/stable/auto_examples/ensemble/plot_forest_hist_grad_boosting_comparison.html
    Tue Sep 16 14:38:54 UTC 2025
      126.8K bytes
      Cache
     
  7. dump_svmlight_file — scikit-learn 1.7.2 documen...

    data will be written to f. f should be opened in binary mode....dump_svmlight_file ( X , y , f , * , zero_based = True , comment...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.dump_svmlight_file.html
    Mon Sep 15 09:31:44 UTC 2025
      108.8K bytes
      Cache
     
  8. 1.13. Feature selection — scikit-learn 1.7.2 do...

    f_classif , mutual_info_classif The methods based on F-test...estimator. For instance, we can use a F-test to retrieve the two best...
    scikit-learn.org/stable/modules/feature_selection.html
    Tue Sep 16 14:38:52 UTC 2025
      73.8K bytes
      Cache
     
  9. The Johnson-Lindenstrauss bound for embedding w...

    legend ([ f "eps = { eps : 0.1f } " for eps...color = color ) plt . legend ([ f "n_samples = { n } " for n in...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_johnson_lindenstrauss_bound.html
    Tue Sep 16 14:38:54 UTC 2025
      119.8K bytes
      Cache
     
  10. 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
    Tue Sep 16 14:38:56 UTC 2025
      126.1K bytes
      Cache
     
Back to top