Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 201 - 210 of 388 for f (0.67 sec)

  1. PredefinedSplit — scikit-learn 1.6.1 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.PredefinedSplit.html
    Fri Apr 25 09:06:52 UTC 2025
      116.1K bytes
      Cache
     
  2. precision_recall_fscore_support — scikit-learn ...

    'f-score') , sample_weight = None...# Compute precision, recall, F-measure and support for each class....
    scikit-learn.org/stable/modules/generated/sklearn.metrics.precision_recall_fscore_support.html
    Fri Apr 25 09:06:52 UTC 2025
      122.8K bytes
      Cache
     
  3. LeavePGroupsOut — scikit-learn 1.6.1 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.LeavePGroupsOut.html
    Fri Apr 25 09:06:52 UTC 2025
      123.2K bytes
      Cache
     
  4. Label Propagation digits: Demonstrating perform...

    pyplot as plt f = plt . figure ( figsize = ( 7...images [ image_index ] sub = f . add_subplot ( 2 , 5 , index...
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_label_propagation_digits.html
    Fri Apr 25 09:06:51 UTC 2025
      99.3K bytes
      Cache
     
  5. sklearn.feature_selection — scikit-learn 1.6.1 ...

    f_classif Compute the ANOVA F-value for the provided...provided sample. f_regression Univariate linear regression tests...
    scikit-learn.org/stable/api/sklearn.feature_selection.html
    Fri Apr 25 09:06:53 UTC 2025
      122K bytes
      Cache
     
  6. PatchExtractor — scikit-learn 1.6.1 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 Apr 25 09:06:52 UTC 2025
      127.3K bytes
      Cache
     
  7. Ridge coefficients as a function of the L2 Regu...

    the true coefficients print ( f "The true coefficient of this...index = alphas , columns = [ f "Feature { i } " for i in range...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ridge_coeffs.html
    Fri Apr 25 09:06:53 UTC 2025
      103.2K bytes
      Cache
     
  8. Lasso on dense and sparse data — scikit-learn 1...

    y ) print ( f "Sparse Lasso done in { ( time...dense_lasso . fit ( X , y ) print ( f "Dense Lasso done in { ( time...
    scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_dense_vs_sparse_data.html
    Fri Apr 25 09:06:52 UTC 2025
      97.4K bytes
      Cache
     
  9. Effect of transforming the targets in regressio...

    model_selection import train_test_split f , ( ax0 , ax1 ) = plt . subplots..."Transformed target distribution" ) f . suptitle ( "Synthetic data"...
    scikit-learn.org/stable/auto_examples/compose/plot_transformed_target.html
    Fri Apr 25 09:06:51 UTC 2025
      125K bytes
      Cache
     
  10. Visualizing the stock market structure — scikit...

    "F" : "Ford" , "HMC" : "Honda" ,...Fetching quote history for np.str_('F') Fetching quote history for np.str_('GD')...
    scikit-learn.org/stable/auto_examples/applications/plot_stock_market.html
    Fri Apr 25 09:06:52 UTC 2025
      138.1K bytes
      Cache
     
Back to top