Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 4151 - 4160 of 4,744 for * (3.32 sec)

  1. Plot the support vectors in LinearSVC scikit-...

    linestyles = [ "--" , "-" , "--" ], ) plt . scatter ( support_vectors...figsize = ( 10 , 5 )) for i , C in enumerate ([ 1 , 100 ]): # "hinge"...
    scikit-learn.org/stable/auto_examples/svm/plot_linearsvc_support_vectors.html
    Sat Aug 02 00:15:35 UTC 2025
      91.7K bytes
      Cache
     
  2. LassoCV scikit-learn 1.7.1 documentation

    is: ( 1 / ( 2 * n_samples )) * || y - Xw ||^ 2_2 + alpha * ||...sklearn.linear_model. LassoCV ( * , eps = 0.001 , n_alphas = 'deprecated' , alphas...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoCV.html
    Sat Aug 02 00:15:36 UTC 2025
      168.8K bytes
      Cache
     
  3. ElasticNet scikit-learn 1.7.1 documentation

    linear_model. ElasticNet ( alpha = 1.0 , * , l1_ratio = 0.5 , fit_intercept...n_samples ) * || y - Xw ||^ 2_2 + alpha * l1_ratio * || w || _1 + 0.5...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNet.html
    Sat Aug 02 00:15:38 UTC 2025
      166.2K bytes
      Cache
     
  4. MultiTaskLassoCV scikit-learn 1.7.1 documenta...

    MultiTaskLasso is: ( 1 / ( 2 * n_samples )) * || Y - XW ||^ Fro_2 + alpha...random_state = 0 ) . fit ( X , y ) >>> r2_score ( y , reg . predict ( X ))...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLassoCV.html
    Sat Aug 02 00:15:38 UTC 2025
      162.9K bytes
      Cache
     
  5. IncrementalPCA scikit-learn 1.7.1 documentation

    Bishop, 12.2.1 p. 574 or http://www.miketipping.com/papers/met-mppca.pdf...Issue 1-3, pp. 125-141, May 2008. See https://www.cs.toronto.edu...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.IncrementalPCA.html
    Sat Aug 02 00:15:36 UTC 2025
      146.8K bytes
      2 views
      Cache
     
  6. CountVectorizer scikit-learn 1.7.1 documentation

    ngram_range=(1 , 1) , analyzer='word' , max_df=1.0 , min_df=1 , max_features=None...analyzer {word, char, char_wb} or callable, default=word Whether...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.CountVectorizer.html
    Sat Aug 02 00:15:36 UTC 2025
      143.5K bytes
      Cache
     
  7. LarsCV scikit-learn 1.7.1 documentation

    LarsCV ( cv = 5 ) . fit ( X , y ) >>> reg . score ( X , y ) 0.9996...,]) array([154.3996]) fit ( X , y , ** params ) [source] # Fit...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LarsCV.html
    Sat Aug 02 00:15:38 UTC 2025
      141.8K bytes
      Cache
     
  8. decomposition.rst.txt

    tion.py` .. _IncrementalPCA: Incremental PCA ---------- The :class:`PCA`...the SVD. .. figure:: ../auto_examples/decomposition/images/sphx...
    scikit-learn.org/stable/_sources/modules/decomposition.rst.txt
    Sat Aug 02 00:15:35 UTC 2025
      45.8K bytes
      6 views
     
  9. grid_search.rst.txt

    [1, 10, 100, 1000], 'gamma': [0.001, 0.0001], 'kernel': ['rbf']},...= [ {'C': [1, 10, 100, 1000], 'kernel': ['linear']}, {'C': [1,...
    scikit-learn.org/stable/_sources/modules/grid_search.rst.txt
    Sat Aug 02 00:15:37 UTC 2025
      33.4K bytes
      2 views
     
  10. as_float_array scikit-learn 1.7.1 documentation

    as_float_array ( array ) array([0., 0., 1., 2., 2.]) On this page...= np . array ([ 0 , 0 , 1 , 2 , 2 ], dtype = np . int64 ) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.utils.as_float_array.html
    Sat Aug 02 00:15:38 UTC 2025
      108.9K bytes
      Cache
     
Back to top