Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 61 - 70 of 331 for f (0.08 sec)

  1. feature_selection.rst.txt

    we can use a F-test to retrieve the two best...sklearn.feature_selection import f_classif >>> X, y = load_iris(return_X_y=True)...
    scikit-learn.org/stable/_sources/modules/feature_selection.rst.txt
    Thu May 16 17:15:45 UTC 2024
      14.3K bytes
      1 views
     
  2. sklearn.feature_extraction.DictVectorizer — sci...

    one signifying “f=ham”, the other “f=spam”. If a feature...the feature names (e.g., “f=ham” and “f=spam”). See also FeatureHasher...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.DictVectorizer.html
    Thu May 16 17:15:47 UTC 2024
      55.4K bytes
      Cache
     
  3. sklearn.model_selection.validation_curve — scik...

    ) >>> print ( f "The average train accuracy is...accuracy is 0.81 >>> print ( f "The average test accuracy is...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.validation_curve.html
    Thu May 16 17:15:46 UTC 2024
      28.2K bytes
      Cache
     
  4. sklearn.model_selection.StratifiedKFold — 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.StratifiedKFold.html
    Thu May 16 17:15:46 UTC 2024
      34.9K bytes
      Cache
     
  5. auto_examples_jupyter.zip

    with f_0, and negatively correlated with f_1\ny = 5 * f_0 + np.sin(10...np.sin(10 * np.pi * f_0) - 5 * f_1 - np.cos(10 * np.pi * f_1) + noise"...
    scikit-learn.org/stable/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip
    Thu May 16 17:15:46 UTC 2024
      2.1M bytes
      2 views
     
  6. plot_release_highlights_1_4_0.ipynb

    decision_function(X_test)\nprint(f\"ROC AUC score is {roc_auc_score(y_test,..."outputs": [], "source": [ "print(f\"Output type: {type(df_out)}\")"...
    scikit-learn.org/stable/_downloads/53490cdb42c3c07ba8cccd1c4ed4dca4/plot_release_highlights_1_4_0...
    Thu May 16 17:15:45 UTC 2024
      10.7K bytes
     
  7. decomposition.rst.txt

    F. Bach, J. Ponce, G. Sapiro, 2009..._ R. Jenatton, G. Obozinski, F. Bach, 2009 .. _kernel_PCA: Kernel...
    scikit-learn.org/stable/_sources/modules/decomposition.rst.txt
    Wed May 15 13:59:41 UTC 2024
      45.8K bytes
      1 views
     
  8. sklearn.isotonic.IsotonicRegression — scikit-le...

    the y = f(X) monotonic function. New in version 0.24. f_ function...values used to interpolate the y = f(X) monotonic function. New in...
    scikit-learn.org/stable/modules/generated/sklearn.isotonic.IsotonicRegression.html
    Thu May 16 17:15:46 UTC 2024
      71.5K bytes
      Cache
     
  9. sklearn.gaussian_process.kernels.Hyperparameter...

    in sorted ( params ): print ( f " { key } : { params [ key ] }...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Hyperparameter.html
    Thu May 16 17:15:47 UTC 2024
      27.9K bytes
      Cache
     
  10. sklearn.model_selection.learning_curve — scikit...

    print ( f " { train_size } samples were...train the model" ) ... print ( f "The average train accuracy is...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.learning_curve.html
    Thu May 16 17:15:47 UTC 2024
      32.2K bytes
      Cache
     
Back to top