Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 171 - 180 of 369 for f (0.14 sec)

  1. MLPRegressor — scikit-learn 1.7.2 documentation

    returns f(x) = x ‘logistic’, the logistic...logistic sigmoid function, returns f(x) = 1 / (1 + exp(-x)). ‘tanh’,...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html
    Fri Sep 12 13:34:53 UTC 2025
      163K bytes
      Cache
     
  2. Common pitfalls in the interpretation of coeffi...

    = { "MedAE on training set" : f " { mae_train : .2f } $/hour"...$/hour" , "MedAE on testing set" : f " { mae_test : .2f } $/hour" ,...
    scikit-learn.org/stable/auto_examples/inspection/plot_linear_model_coefficient_interpretation.html
    Fri Sep 12 13:34:53 UTC 2025
      325.8K bytes
      Cache
     
  3. Recognizing hand-written digits — scikit-learn ...

    set_title ( f "Prediction: { prediction } "...classification metrics. print ( f "Classification report for classifier...
    scikit-learn.org/stable/auto_examples/classification/plot_digits_classification.html
    Fri Sep 12 13:34:55 UTC 2025
      102K bytes
      Cache
     
  4. Recursive feature elimination with cross-valida...

    n_features = 15 feat_names = [ f "feature_ { i } " for i in range...rfecv . fit ( X , y ) print ( f "Optimal number of features: {...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_rfe_with_cross_validation.html
    Fri Sep 12 13:34:53 UTC 2025
      98.7K bytes
      Cache
     
  5. GroupKFold — scikit-learn 1.7.2 documentation

    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.GroupKFold.html
    Fri Sep 12 13:34:53 UTC 2025
      127.1K bytes
      Cache
     
  6. PatchExtractor — scikit-learn 1.7.2 documentation

    ] >>> print ( f "Image shape: { X . shape } ".... transform ( X ) >>> print ( f "Patches shape: { pe_trans . shape...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.image.PatchExtractor.html
    Fri Sep 12 13:34:49 UTC 2025
      126.9K bytes
      Cache
     
  7. Release Highlights for scikit-learn 1.1 — sciki...

    max_iter = 50 ) hist_quantiles = { f "quantile= { quantile : .2f }...Parameters score_func <function f_c...x7f4d1e52fbe0> k 7 LogisticRegression...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_1_0.html
    Fri Sep 12 13:34:53 UTC 2025
      175.5K bytes
      Cache
     
  8. Univariate Feature Selection — scikit-learn 1.7...

    f_classif selector = SelectKBest ( f_classif , k...Univariate feature selection with F-test for feature scoring. We use...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection.html
    Fri Sep 12 13:34:55 UTC 2025
      105.9K bytes
      Cache
     
  9. Introducing the set_output API — scikit-learn 1...

    transform ( X_test ) print ( f "Default output type: { type (...transform ( X_test ) print ( f "Configured pandas output type:...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_set_output.html
    Fri Sep 12 13:34:55 UTC 2025
      160.9K bytes
      Cache
     
  10. Manifold learning on handwritten digits: Locall...

    marker = f "$ { digit } $" , s = 60 , color...invertible else : data = X print ( f "Computing { name } ..." ) start_time...
    scikit-learn.org/stable/auto_examples/manifold/plot_lle_digits.html
    Fri Sep 12 13:34:56 UTC 2025
      119.3K bytes
      Cache
     
Back to top