- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 721 - 730 of 5,620 for * (1.27 sec)
-
RidgeCV — scikit-learn 1.7.2 documentation
linear_model. RidgeCV ( alphas = (0.1, 1.0, 10.0) , * , fit_intercept...array-like of shape (n_alphas,), default=(0.1, 1.0, 10.0) Array...scikit-learn.org/stable/modules/generated/sklearn.linear_model.RidgeCV.html -
LassoLarsIC — scikit-learn 1.7.2 documentation
2.2222 , - 1.1111 , 0 , - 1.1111 , - 2.2222 ] >>> reg . fit (...], [ - 1 , 1 ], [ 0 , 0 ], [ 1 , 1 ], [ 2 , 2 ]] >>> y = [ - 2.2222...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsIC.html -
HDBSCAN — scikit-learn 1.7.2 documentation
“brute”, “kd_tree”, “ball_tree”}, default=”auto” Exactly which algorithm...None , alpha = 1.0 , algorithm = 'auto' , leaf_size = 40 , n_jobs...scikit-learn.org/stable/modules/generated/sklearn.cluster.HDBSCAN.html -
set_config — scikit-learn 1.7.2 documentation
print ‘SVC(C=1.0, cache_size=200, …)’ with all the non-changed...to True. display {‘text’, ‘diagram’}, default=None If ‘diagram’,...scikit-learn.org/stable/modules/generated/sklearn.set_config.html -
plot_release_highlights_1_7_0.zip
# %% # Array API support # ---------- # Several functions have...Pipeline([("sc", StandardScaler()), ("clf", clf)], transform_input=["X_val"])...scikit-learn.org/stable/_downloads/0f052545c78541815099d62501f25a9e/plot_release_highlights_1_7_0... -
plot_release_highlights_1_7_0.ipynb
Pipeline([(\"sc\", StandardScaler()), (\"clf\", clf)], transf...0))\nmodel" ] }, { "cell_type": "markdown", "metadata": {}, "source":...scikit-learn.org/stable/_downloads/b7d178d09f44d400894015228deb0ddb/plot_release_highlights_1_7_0... -
plot_directive.css
/* * plot_directive.css * ~~~~~~~~~~ * * Stylesheet controlling...directive within * Sphinx. * * :copyright: Copyright 2020-* by the Matplotlib...scikit-learn.org/stable/_static/plot_directive.css -
Generalized Linear Models — scikit-learn 1.7.2 ...
Lasso, Lasso-LARS, and Elastic Net paths Lasso, Lasso-LARS, and...selection: AIC-BIC / cross-validation Lasso model selection: AIC-BIC /...scikit-learn.org/stable/auto_examples/linear_model/index.html -
Dataset examples — scikit-learn 1.7.2 documenta...
top Ctrl + K GitHub Choose version Dataset examples # Examples...concerning the sklearn.datasets module. Plot randomly generated...scikit-learn.org/stable/auto_examples/datasets/index.html -
rand_score — scikit-learn 1.7.2 documentation
rand_score ([ 0 , 0 , 1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 Labelings...0 , 0 , 1 , 1 ]) 0.83 Gallery examples # Adjustment for chance...scikit-learn.org/stable/modules/generated/sklearn.metrics.rand_score.html