- Sort Score
- Num 10 results
- Language All
- Labels All
Results 721 - 730 of 4,138 for document (3.74 seconds)
Filter
-
Gaussian Process for Machine Learning — scikit-...
Examples concerning the sklearn.gaussian_process module. Ability of Gaussian process regression (GPR) to estimate data noise-level Comparison of kernel ridge and Gaussian process regression Forecas...scikit-learn.org/stable/auto_examples/gaussian_process/index.html -
Non-negative least squares — scikit-learn 1.8.0...
In this example, we fit a linear model with positive constraints on the regression coefficients and compare the estimated coefficients to a classic linear regression. Generate some random data Spli...scikit-learn.org/stable/auto_examples/linear_model/plot_nnls.html -
SVM Tie Breaking Example — scikit-learn 1.8.0 d...
Tie breaking is costly if decision_function_shape='ovr', and therefore it is not enabled by default. This example illustrates the effect of the break_ties parameter for a multiclass class...scikit-learn.org/stable/auto_examples/svm/plot_svm_tie_breaking.html -
Release Highlights for scikit-learn 1.7 — sciki...
Documentation for Pipeline i Not fitted...False StandardScaler ? Documentation for StandardScaler Parameters...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_7_0.html -
12.1. Array API support (experimental) — scikit...
refer to SciPy’s Array API documentation . Some scikit-learn estimators...affect the rest of the documentation. Scikit-learn accepts array-like...scikit-learn.org/stable/modules/array_api.html -
Release Highlights for scikit-learn 1.0 — sciki...
reader to go to the API documentation and to check each and every...HistGradientBoosting New documentation improvements # This release...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_0_0.html -
1.1. Linear Models — scikit-learn 1.8.0 documen...
Examples Classification of text documents using sparse features 1.1.2.3....Stochastic Gradient Descent documentation section for more details....scikit-learn.org/stable/modules/linear_model.html -
Classification — scikit-learn 1.8.0 documentation
General examples about classification algorithms. Classifier comparison Linear and Quadratic Discriminant Analysis with covariance ellipsoid Normal, Ledoit-Wolf and OAS Linear Discriminant Analysis...scikit-learn.org/stable/auto_examples/classification/index.html -
PolynomialFeatures — scikit-learn 1.8.0 documen...
Gallery examples: Time-related feature engineering Plot classification probability Visualizing the probabilistic predictions of a VotingClassifier Comparing Linear Bayesian Regressors Poisson regre...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.PolynomialFeatures.html -
RidgeClassifierCV — scikit-learn 1.8.0 document...
Skip to main content Back to top Ctrl + K GitHub Choose version RidgeClassifierCV # class sklearn.linear_model. Ridge...scikit-learn.org/stable/modules/generated/sklearn.linear_model.RidgeClassifierCV.html