Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 101 - 110 of 369 for f (0.05 sec)

  1. Gaussian Processes regression: basic introducto...

    generative process is defined as \(f(x) = x \sin(x)\) . import numpy.... plot ( X , y , label = r "$f(x) = x \sin(x)$" , linestyle =...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpr_noisy_targets.html
    Fri Sep 12 13:34:56 UTC 2025
      107.6K bytes
      Cache
     
  2. SelectFwe — scikit-learn 1.7.2 documentation

    See also f_classif ANOVA F-value between label/feature...for classification tasks. f_regression F-value between label/feature...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFwe.html
    Fri Sep 12 13:34:55 UTC 2025
      131.8K bytes
      Cache
     
  3. SelectFdr — scikit-learn 1.7.2 documentation

    See also f_classif ANOVA F-value between label/feature...for classification tasks. f_regression F-value between label/feature...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFdr.html
    Fri Sep 12 13:34:53 UTC 2025
      132.9K bytes
      Cache
     
  4. Hierarchical clustering: structured vs unstruct...

    print ( f "Elapsed time: { elapsed_time : .2f } s" ) print ( f "Number...print ( f "Elapsed time: { elapsed_time : .2f } s" ) print ( f "Number...
    scikit-learn.org/stable/auto_examples/cluster/plot_ward_structured_vs_unstructured.html
    Fri Sep 12 13:34:54 UTC 2025
      101.9K bytes
      Cache
     
  5. 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
    Fri Sep 12 13:34:55 UTC 2025
      73.8K bytes
      Cache
     
  6. Illustration of prior and posterior Gaussian pr...

    label = f "Sampled function # { idx + 1...plt . tight_layout () print ( f "Kernel parameters before fit:...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpr_prior_posterior.html
    Fri Sep 12 13:34:56 UTC 2025
      135.7K bytes
      Cache
     
  7. Feature agglomeration vs. univariate selection ...

    BayesianRidge f_regression = mem . cache ( feature_selection . f_regression...univariate_selection.f_regression... f_regression(array([[-0.451933,...
    scikit-learn.org/stable/auto_examples/cluster/plot_feature_agglomeration_vs_univariate_selection....
    Fri Sep 12 13:34:56 UTC 2025
      112.4K bytes
      Cache
     
  8. Clustering text documents using k-means — sciki...

    print ( f "LSA done in { time () - t0 : .3f } s" ) print ( f "Explained...unique_labels . shape [ 0 ] print ( f " { len ( dataset . data ) } documents...
    scikit-learn.org/stable/auto_examples/text/plot_document_clustering.html
    Fri Sep 12 13:34:55 UTC 2025
      150.2K bytes
      Cache
     
  9. FeatureHasher and DictVectorizer Comparison — s...

    s in raw_data ) / 1e6 print ( f " { len ( raw_data ) } documents...data_size_mb / duration ) print ( f "done in { duration : .3f } s...
    scikit-learn.org/stable/auto_examples/text/plot_hashing_vs_dict_vectorizer.html
    Fri Sep 12 13:34:55 UTC 2025
      143.5K bytes
      Cache
     
  10. Categorical Feature Support in Gradient Boostin...

    shape [ 1 ] print ( f "Number of samples: { X . shape...shape [ 0 ] } " ) print ( f "Number of features: { X . shape [ 1...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_categorical.html
    Fri Sep 12 13:34:56 UTC 2025
      125.4K bytes
      Cache
     
Back to top