- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 481 - 490 of 3,757 for 1 (0.29 sec)
-
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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