Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 181 - 190 of 369 for f (0.07 sec)

  1. LeavePOut — 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.LeavePOut.html
    Fri Sep 12 13:34:55 UTC 2025
      116.4K bytes
      Cache
     
  2. A demo of structured Ward hierarchical clusteri...

    print ( f "Number of pixels: { label . size } " ) print ( f "Number...rescaled_coins . shape ) print ( f "Elapsed time: { time . time ()...
    scikit-learn.org/stable/auto_examples/cluster/plot_coin_ward_segmentation.html
    Fri Sep 12 13:34:56 UTC 2025
      94.3K bytes
      Cache
     
  3. plot_hgbt_regression.rst.txt

    print(f"Training sample size: {X_train.shape[0]}") print(f"Test...size: {X_test.shape[0]}") print(f"Number of features: {X_train.shape[1]}")...
    scikit-learn.org/stable/_sources/auto_examples/ensemble/plot_hgbt_regression.rst.txt
    Fri Sep 12 13:34:55 UTC 2025
      22K bytes
     
  4. GroupShuffleSplit — scikit-learn 1.7.2 document...

    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.GroupShuffleSplit.html
    Fri Sep 12 13:34:53 UTC 2025
      128.2K bytes
      Cache
     
  5. One-Class SVM versus One-Class SVM using Stocha...

    xlabel = ( f "error train: { n_error_train...{ X_train . shape [ 0 ] } ; " f "errors novel regular: { n_error_test...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgdocsvm_vs_ocsvm.html
    Fri Sep 12 13:34:54 UTC 2025
      122.7K bytes
      1 views
      Cache
     
  6. Comparison of kernel ridge and Gaussian process...

    training_noisy_target ) print ( f "Fitting KernelRidge with default...training_noisy_target ) print ( f "Time for KernelRidge fitting:...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_compare_gpr_krr.html
    Fri Sep 12 13:34:56 UTC 2025
      145.3K bytes
      Cache
     
  7. DictVectorizer — scikit-learn 1.7.2 documentation

    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
    Fri Sep 12 13:34:53 UTC 2025
      136K bytes
      Cache
     
  8. RepeatedKFold — 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.RepeatedKFold.html
    Fri Sep 12 13:34:53 UTC 2025
      119.4K bytes
      Cache
     
  9. mutual_info_regression — scikit-learn 1.7.2 doc...

    Comparison of F-test and mutual information Comparison of F-test and...PLoS ONE 9(2), 2014. [ 4 ] L. F. Kozachenko, N. N. Leonenko, “Sample...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.mutual_info_regression.html
    Fri Sep 12 13:34:55 UTC 2025
      114.4K bytes
      Cache
     
  10. Lagged features for time series forecasting — s...

    alias ( f "lagged_count_ { i } h" ) for...deviation from now on. print ( f "CV MAPE: { cv_mape_scores . mean...
    scikit-learn.org/stable/auto_examples/applications/plot_time_series_lagged_features.html
    Fri Sep 12 13:34:56 UTC 2025
      162.8K bytes
      Cache
     
Back to top