- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 451 - 460 of 2,911 for 1 (0.09 sec)
-
3.1. Cross-validation: evaluating estimator per...
3] [0 1] [1 3] [0 2] [1 2] [0 3] [0 3] [1 2] [0 2] [1 3] [0 1]...>>> y = [ 1 , 1 , 1 , 2 , 2 , 2 ] >>> groups = [ 1 , 1 , 2 , 2...scikit-learn.org/stable/modules/cross_validation.html -
Displaying Pipelines — scikit-learn 1.7.0 docum...
0001 C 1.0 fit_intercept True intercept_scaling 1 class_weight...0.0001 C 1.0 fit_intercept True intercept_scaling 1 class_weight...scikit-learn.org/stable/auto_examples/miscellaneous/plot_pipeline_display.html -
RadiusNeighborsRegressor — scikit-learn 1.7.0 d...
() array([[1., 0., 1.], [0., 1., 0.], [1., 0., 1.]]) score (...[[ 0 ], [ 1 ], [ 2 ], [ 3 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>> from...scikit-learn.org/stable/modules/generated/sklearn.neighbors.RadiusNeighborsRegressor.html -
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 -
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 -
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