Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 521 - 530 of 2,642 for 2 (0.07 sec)

  1. maxabs_scale — scikit-learn 1.5.2 documentation

    maxabs_scale >>> X = [[ - 2 , 1 , 2 ], [ - 1 , 0 , 1 ]] >>> maxabs_scale...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.maxabs_scale.html
    Thu Sep 19 14:56:27 UTC 2024
      109.1K bytes
      Cache
     
  2. sparse_encode — scikit-learn 1.5.2 documentation

    2 ], ... [ 1 , 1 , 1 ], ... [ 0 , 1 , 1 ], ... [ 0 , 2 , 1...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.sparse_encode.html
    Thu Sep 19 14:56:27 UTC 2024
      117.9K bytes
      Cache
     
  3. load_svmlight_file — scikit-learn 1.5.2 documen...

    2: Path-like objects are now accepted....
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_svmlight_file.html
    Thu Sep 19 14:56:27 UTC 2024
      111.7K bytes
      Cache
     
  4. Online learning of a dictionary of parts of fac...

    2 , 4 )) for i , patch in enumerate...
    scikit-learn.org/stable/auto_examples/cluster/plot_dict_face_patches.html
    Thu Sep 19 14:56:27 UTC 2024
      94.6K bytes
      Cache
     
  5. robust_scale — scikit-learn 1.5.2 documentation

    robust_scale >>> X = [[ - 2 , 1 , 2 ], [ - 1 , 0 , 1 ]] >>> robust_scale...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.robust_scale.html
    Tue Sep 17 17:21:47 UTC 2024
      112.2K bytes
      Cache
     
  6. orthogonal_mp — scikit-learn 1.5.2 documentation

    n_nonzero_coefs : argmin ||y - Xgamma||^2 subject to ||gamma||_0 <= n_{nonzero...||gamma||_0 subject to ||y - Xgamma||^2 <= tol Read more in the User Guide...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.orthogonal_mp.html
    Thu Sep 19 14:56:27 UTC 2024
      111.6K bytes
      Cache
     
  7. Pipeline ANOVA SVM — scikit-learn 1.5.2 documen...

    n_classes = 2 , n_clusters_per_class = 2 , random_state =...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection_pipeline.html
    Thu Sep 19 14:56:27 UTC 2024
      102K bytes
      Cache
     
  8. Regularization path of L1- Logistic Regression ...

    = 2 ] y = y [ y != 2 ] X /= X . max () # Normalize...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_path.html
    Thu Sep 19 14:56:27 UTC 2024
      88.3K bytes
      Cache
     
  9. Semi-supervised Classification on a Text Datase...

    End of iteration 2, added 222 new labels. End of...= dict ( ngram_range = ( 1 , 2 ), min_df = 5 , max_df = 0.8 )...
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_semi_supervised_newsgroups.html
    Thu Sep 19 14:56:27 UTC 2024
      100.7K bytes
      Cache
     
  10. L1 Penalty and Sparsity in Logistic Regression ...

    %s " % l1_ratio ) axes_row [ 2 ] . set_title ( "L2 penalty" )...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_l1_l2_sparsity.html
    Thu Sep 19 14:56:27 UTC 2024
      95.3K bytes
      Cache
     
Back to top