- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 441 - 450 of 2,911 for 1 (0.09 sec)
-
scale — scikit-learn 1.7.0 documentation
independently array([[-1., 1., 1.], [ 1., -1., -1.]]) >>> scale ( X...scale >>> X = [[ - 2 , 1 , 2 ], [ - 1 , 0 , 1 ]] >>> scale ( X ,...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.scale.html -
Binarizer — scikit-learn 1.7.0 documentation
( X ) array([[1., 0., 1.], [1., 0., 0.], [0., 1., 0.]]) fit (...= [[ 1. , - 1. , 2. ], ... [ 2. , 0. , 0. ], ... [ 0. , 1. , -...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.Binarizer.html -
ConfusionMatrixDisplay — scikit-learn 1.7.0 doc...
scikit-learn 1.5 Release Highlights for scikit-learn 1.5 Label Propagation...are set from 0 to n_classes - 1 . Attributes : im_ matplotlib...scikit-learn.org/stable/modules/generated/sklearn.metrics.ConfusionMatrixDisplay.html -
dbscan — scikit-learn 1.7.0 documentation
1, 2, 3, 4]) >>> labels array([ 0, 0, 0, 1, 1, -1]) On this...means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn.org/stable/modules/generated/dbscan-function.html -
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 -
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 -
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 -
ExtraTreeRegressor — scikit-learn 1.7.0 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 -
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 -
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