- Sort Score
- Num 10 results
- Language All
- Labels All
Results 251 - 260 of over 10,000 for 1 (1.21 seconds)
-
LassoLarsIC — scikit-learn 1.7.2 document...
[ - 1 , 1 ], [ 0 , 0 ], [ 1 , 1 ], [ 2 , 2 ]] >>>...fit_intercept . Added in version 1.1. Attributes : coef_ array-like...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsIC.html -
permutation_test_score — scikit-learn 1.7...
p-value is 1/(n_permutations + 1), the worst is 1.0. Notes This...means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn.org/stable/modules/generated/sklearn.model_selection.permutation_test_score.html -
make_blobs — scikit-learn 1.7.2 documenta...
scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Plot the...>>> y array([0, 0, 1, 0, 2, 2, 2, 1, 1, 0]) >>> X ,...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_blobs.html -
MinMaxScaler — scikit-learn 1.7.2 documen...
data = [[ - 1 , 2 ], [ - 0.5 , 6 ], [ 0 , 10 ], [ 1 , 18 ]] >>>...0. ] [0.25 0.25] [0.5 0.5 ] [1. 1. ]] >>> print ( scaler...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.MinMaxScaler.html -
make_column_selector — scikit-learn 1.7.2...
1. , 0. , 0. ], [-1.50755672, 1. , 0. , 0. ], [-0.30151134,...[-0.30151134, 0. , 1. , 0. ], [ 0.90453403, 0. , 0. , 1. ]]) __call__...scikit-learn.org/stable/modules/generated/sklearn.compose.make_column_selector.html -
class_likelihood_ratios — scikit-learn 1....
1 , 0 , 1 , 0 ], [ 1 , 1 , 0 , 0 , 0 ]) (1.5, 0.75)...LR+ ranges from 1.0 to infinity. A LR+ of 1.0 indicates that...scikit-learn.org/stable/modules/generated/sklearn.metrics.class_likelihood_ratios.html -
1. Supervised learning — scikit-learn 1.7...
version 1. Supervised learning # 1.1. Linear Models 1.1.1. Ordinary...Lasso 1.1.4. Multi-task Lasso 1.1.5. Elastic-Net 1.1.6. Multi-task...scikit-learn.org/stable/supervised_learning.html -
CalibrationDisplay — scikit-learn 1.7.2 d...
pos_label is set to 1. Added in version 1.1. name str, default=None...estimators.classes_[1] when using from_estimator and set to 1 when using...scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibrationDisplay.html -
make_hastie_10_2 — scikit-learn 1.7.2 doc...
float64(-1.0), np.float64(1.0), np.float64(-1.0), np.float64(1.0),...i ] = 1 if np . sum ( X [ i ] ** 2 ) > 9.34 else - 1 Read more...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_hastie_10_2.html -
Version 1.6 — scikit-learn 1.7.2 document...
Version 1.6.1 # January 2025 Changed models...was deprecated in 1.6 and will be removed in 1.8. It has no effect...scikit-learn.org/stable/whats_new/v1.6.html