Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 481 - 490 of 3,757 for 1 (0.6 sec)

  1. LassoLars — scikit-learn 1.7.2 documentation

    ([[ - 1 , 1 ], [ 0 , 0 ], [ 1 , 1 ]], [ - 1 , 0 , - 1 ]) LassoLars(alpha=0.01)...sklearn.linear_model. LassoLars ( alpha = 1.0 , * , fit_intercept = True ,...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLars.html
    Wed Sep 17 19:57:59 UTC 2025
      143K bytes
      Cache
     
  2. Lars — scikit-learn 1.7.2 documentation

    n_nonzero_coefs = 1 ) >>> reg . fit ([[ - 1 , 1 ], [ 0 , 0 ], [ 1 , 1 ]], [...[ - 1.1111 , 0 , - 1.1111 ]) Lars(n_nonzero_coefs=1) >>> print...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Lars.html
    Wed Sep 17 19:57:58 UTC 2025
      138.8K bytes
      Cache
     
  3. ExtraTreeRegressor — scikit-learn 1.7.2 documen...

    min_samples_leaf = 1 , min_weight_fraction_leaf = 0.0 , max_features = 1.0 ,...max_features=n_features . Changed in version 1.1: The default of max_features...
    scikit-learn.org/stable/modules/generated/sklearn.tree.ExtraTreeRegressor.html
    Wed Sep 17 19:58:00 UTC 2025
      160.8K bytes
      Cache
     
  4. DictionaryLearning — scikit-learn 1.7.2 documen...

    * || U || _1 , 1 ( U , V ) with || V_k || _2 <= 1 for all 0 <=...the Frobenius norm and ||.||_1,1 stands for the entry-wise matrix...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.DictionaryLearning.html
    Wed Sep 17 19:57:59 UTC 2025
      144.5K bytes
      Cache
     
  5. MultiLabelBinarizer — scikit-learn 1.7.2 docume...

    fit_transform ([( 1 , 2 ), ( 3 ,)]) array([[1, 1, 0], [0, 0, 1]]) >>> mlb...{ 'comedy' }]) array([[0, 1, 1], [1, 0, 0]]) >>> list ( mlb ....
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.MultiLabelBinarizer.html
    Wed Sep 17 19:58:00 UTC 2025
      126.2K bytes
      Cache
     
  6. orthogonal_mp — scikit-learn 1.7.2 documentation

    ) >>> X [: 1 ,] @ coef array([-78.68]) On this...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.orthogonal_mp.html
    Wed Sep 17 19:57:59 UTC 2025
      112.3K bytes
      1 views
      Cache
     
  7. ParameterGrid — scikit-learn 1.7.2 documentation

    [{ 'a' : 1 , 'b' : True }, { 'a' : 1 , 'b' : False },...( grid )[ 1 ] == { 'kernel' : 'rbf' , 'gamma' : 1 } True On this...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ParameterGrid.html
    Wed Sep 17 19:57:59 UTC 2025
      110.2K bytes
      Cache
     
  8. 7. Dataset transformations — scikit-learn 1.7.2...

    1. Pipelines and composite estimators 7.1.1. Pipeline:...estimators 7.1.2. Transforming target in regression 7.1.3. FeatureUnion:...
    scikit-learn.org/stable/data_transforms.html
    Wed Sep 17 19:57:58 UTC 2025
      40.3K bytes
      Cache
     
  9. Version 0.13 — scikit-learn 1.7.2 documentation

    Jackman 1 Subhodeep Moitra 1 bob 1 dengemann 1 emanuele 1 x006 On...Coelho 1 Miroslav Batchkarov 1 Pavel 1 Sebastian Berg 1 Shaun...
    scikit-learn.org/stable/whats_new/v0.13.html
    Tue Sep 16 14:38:54 UTC 2025
      72.2K bytes
      Cache
     
  10. CategoricalNB — scikit-learn 1.7.2 documentation

    Added in version 1.2. Changed in version 1.4: The default value... CategoricalNB ( * , alpha = 1.0 , force_alpha = True , fit_prior...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.CategoricalNB.html
    Wed Sep 17 19:57:58 UTC 2025
      151.9K bytes
      Cache
     
Back to top