Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 101 - 110 of 272 for f (0.04 sec)

  1. 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
    Sat May 18 15:26:00 UTC 2024
      72.9K bytes
      Cache
     
  2. sklearn.model_selection.PredefinedSplit — sciki...

    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.PredefinedSplit.html
    Sat May 18 15:26:00 UTC 2024
      26.6K bytes
      Cache
     
  3. 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
    Sat May 18 15:26:00 UTC 2024
      38.6K bytes
      Cache
     
  4. sklearn.model_selection.LeaveOneOut — scikit-le...

    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.LeaveOneOut.html
    Sat May 18 15:26:00 UTC 2024
      27.1K bytes
      Cache
     
  5. 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
    Sat May 18 15:26:00 UTC 2024
      85.1K bytes
      Cache
     
  6. Scalable learning with polynomial kernel approx...

    annotate ( f "n_comp.= { n_components } " , ( results [ f "LSVM +..."score" : lsvm_score } print ( f "Linear SVM score on raw features:...
    scikit-learn.org/stable/auto_examples/kernel_approximation/plot_scalable_poly_kernels.html
    Sat May 18 15:26:01 UTC 2024
      52K bytes
      Cache
     
  7. sklearn.feature_selection.SelectFwe — scikit-le...

    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
    Sat May 18 15:26:00 UTC 2024
      44.8K bytes
      Cache
     
  8. 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
    Sat May 18 15:26:01 UTC 2024
      44.3K bytes
      Cache
     
  9. sklearn.feature_selection.SelectFdr — scikit-le...

    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
    Sat May 18 15:26:00 UTC 2024
      45.9K bytes
      Cache
     
  10. Custom refit strategy of a grid search with cro...

    target == 8 print ( f "The number of images is { X ....filtered_cv_results [ "params" ], ): print ( f "precision: { mean_precision :...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_digits.html
    Sat May 18 15:26:00 UTC 2024
      60.4K bytes
      Cache
     
Back to top