- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 601 - 610 of 2,911 for 1 (0.15 sec)
-
MultiTaskElasticNet — scikit-learn 1.7.0 docume...
1 ) >>> clf . fit ([[ 0 , 0 ], [ 1 , 1 ], [ 2 , 2...], [ 1 , 1 ], [ 2 , 2 ]]) MultiTaskElasticNet(alpha=0.1) >>>...scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskElasticNet.html -
BiclusterMixin — scikit-learn 1.7.0 documentation
array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...np . ones ( shape = ( 1 , X . shape [ 1 ]), dtype = bool ) ......scikit-learn.org/stable/modules/generated/sklearn.base.BiclusterMixin.html -
SelectFromModel — scikit-learn 1.7.0 documentation
[ - 1.34 , - 0.48 , - 2.55 ], ... [ 1.92 , 1.48 , 0.65...version 0.20. Changed in version 1.1: max_features accepts a callable....scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFromModel.html -
ExtraTreeClassifier — scikit-learn 1.7.0 docume...
[{0: 1, 1: 1}, {0: 1, 1: 5}, {0: 1, 1: 1}, {0: 1, 1: 1}] instead...instead of [{1:1}, {2:5}, {3:1}, {4:1}]. The “balanced” mode uses...scikit-learn.org/stable/modules/generated/sklearn.tree.ExtraTreeClassifier.html -
RandomForestRegressor — scikit-learn 1.7.0 docu...
min_samples_leaf = 1 , min_weight_fraction_leaf = 0.0 , max_features = 1.0 ,...e.g. 0.3. Changed in version 1.1: The default of max_features...scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestRegressor.html -
TfidfVectorizer — scikit-learn 1.7.0 documentation
ngram_range=(1 , 1) , max_df=1.0 , min_df=1 , max_features=None...ngram_range of (1, 1) means only unigrams, (1, 2) means unigrams...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.TfidfVectorizer.html -
PCA — scikit-learn 1.7.0 documentation
([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...more details. Added in version 1.1. power_iteration_normalizer {‘auto’,...scikit-learn.org/stable/modules/generated/sklearn.decomposition.PCA.html -
LatentDirichletAllocation — scikit-learn 1.7.0 ...
evaluate_every = -1 , total_samples = 1000000.0 , perp_tol = 0.1 , mean_change_tol...None, defaults to 1 / n_components . In [1] , this is called...scikit-learn.org/stable/modules/generated/sklearn.decomposition.LatentDirichletAllocation.html -
LinearSVR — scikit-learn 1.7.0 documentation
intercept term: [x_1, ..., x_n, 1] , where 1 corresponds to the...version 1.3: The "auto" option is added in version 1.3 and will...scikit-learn.org/stable/modules/generated/sklearn.svm.LinearSVR.html -
LeavePOut — scikit-learn 1.7.0 documentation
3] Test: index=[0 1] Fold 1: Train: index=[1 3] Test: index=[0...index=[1 2] Fold 4: Train: index=[0 2] Test: index=[1 3] Fold...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePOut.html