- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 681 - 690 of 2,907 for 1 (0.11 sec)
-
LassoLars — scikit-learn 1.7.0 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 -
BayesianGaussianMixture — scikit-learn 1.7.0 do...
array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], [ 4 , 2 ], [...mixtures”. Bayesian analysis 1.1 Examples >>> import numpy as...scikit-learn.org/stable/modules/generated/sklearn.mixture.BayesianGaussianMixture.html -
DictionaryLearning — scikit-learn 1.7.0 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 -
KMeans — scikit-learn 1.7.0 documentation
scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Clustering...X = np . array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 10 , 2...scikit-learn.org/stable/modules/generated/sklearn.cluster.KMeans.html -
Lars — scikit-learn 1.7.0 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 -
MultiLabelBinarizer — scikit-learn 1.7.0 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 -
HDBSCAN — scikit-learn 1.7.0 documentation
means 1 unless in a joblib.parallel_backend context. -1 means.... labels_ ) . tolist () [-1, 0, 1, 2, 3, 4, 5, 6, 7] dbscan_clustering...scikit-learn.org/stable/modules/generated/sklearn.cluster.HDBSCAN.html -
FixedThresholdClassifier — scikit-learn 1.7.0 d...
y_true is in {-1, 1} or {0, 1} , pos_label is set to 1, otherwise...... n_samples = 1_000 , weights = [ 0.9 , 0.1 ], class_sep = 0.8...scikit-learn.org/stable/modules/generated/sklearn.model_selection.FixedThresholdClassifier.html -
PrecisionRecallDisplay — scikit-learn 1.7.0 doc...
Added in version 1.3. Attributes : line_ matplotlib...not plotted. Added in version 1.3. ax_ matplotlib Axes Axes with...scikit-learn.org/stable/modules/generated/sklearn.metrics.PrecisionRecallDisplay.html -
IsotonicRegression — scikit-learn 1.7.0 documen...
1 , .2 ]) array([1.8628, 3.7256]) fit (...n_samples = 10 , n_features = 1 , random_state = 41 ) >>> iso_reg...scikit-learn.org/stable/modules/generated/sklearn.isotonic.IsotonicRegression.html