Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 161 - 170 of 408 for f (0.04 sec)

  1. Categorical Feature Support in Gradient Boostin...

    shape [ 1 ] print ( f "Number of samples: { X . shape...shape [ 0 ] } " ) print ( f "Number of features: { X . shape [ 1...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_categorical.html
    Thu Oct 31 11:00:32 UTC 2024
      120.2K bytes
      Cache
     
  2. about.rst.txt

    F. and Varoquaux, G. and Gramfort,...
    scikit-learn.org/stable/_sources/about.rst.txt
    Mon Oct 21 14:56:11 UTC 2024
      16.3K bytes
      3 views
     
  3. 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
    Thu Oct 31 11:00:34 UTC 2024
      118K bytes
      Cache
     
  4. Gaussian processes on discrete data structures ...

    baseline_similarity_bounds ) def _f ( self , s1 , s2 ): """ kernel...return ( np . array ([[ self . _f ( x , y ) for y in Y ] for x in...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpr_on_structured_data.html
    Thu Oct 31 11:00:34 UTC 2024
      116.4K bytes
      Cache
     
  5. FeatureHasher and DictVectorizer Comparison — s...

    s in raw_data ) / 1e6 print ( f " { len ( raw_data ) } documents...data_size_mb / duration ) print ( f "done in { duration : .3f } s...
    scikit-learn.org/stable/auto_examples/text/plot_hashing_vs_dict_vectorizer.html
    Thu Oct 31 11:00:34 UTC 2024
      138.4K bytes
      Cache
     
  6. Classification of text documents using sparse f...

    print ( f " { len ( data_train . data ) } documents - " f " { data_train_size_mb...print ( f " { len ( target_names ) } categories" ) print ( f "vectorize...
    scikit-learn.org/stable/auto_examples/text/plot_document_classification_20newsgroups.html
    Thu Oct 31 11:00:34 UTC 2024
      152.7K bytes
      Cache
     
  7. Demo of DBSCAN clustering algorithm — scikit-le...

    print ( f "Homogeneity: { metrics . homogeneity_score...labels ) : .3f } " ) print ( f "Completeness: { metrics . completeness_score...
    scikit-learn.org/stable/auto_examples/cluster/plot_dbscan.html
    Thu Oct 31 11:00:34 UTC 2024
      98.6K bytes
      Cache
     
  8. SelectFpr — scikit-learn 1.5.2 documentation

    See also f_classif ANOVA F-value between label/feature...for a discrete target. f_regression F-value between label/feature...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFpr.html
    Thu Oct 31 11:00:34 UTC 2024
      131.7K bytes
      Cache
     
  9. Permutation Importance vs Random Forest Feature...

    print ( f "RF train accuracy: { rf . score...y_train ) : .3f } " ) print ( f "RF test accuracy: { rf . score...
    scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance.html
    Thu Oct 31 11:00:34 UTC 2024
      153.2K bytes
      Cache
     
  10. Approximate nearest neighbors in TSNE — scikit-...

    msg = f "Benchmarking on { dataset_name } :" print ( f " \n {...msg = f "Benchmarking on { dataset_name } :" print ( f " \n {...
    scikit-learn.org/stable/auto_examples/neighbors/approximate_nearest_neighbors.html
    Thu Oct 31 11:00:32 UTC 2024
      130.3K bytes
      Cache
     
Back to top