- Sort Score
- Num 10 results
- Language All
- Labels All
Results 541 - 550 of 3,423 for document (7.68 seconds)
-
8.17.9 release notes | Enterprise Search docume...
notes IMPORTANT : This documentation is no longer updated. Refer...version policy and the latest documentation . 8.17.9 release notes No...www.elastic.co/guide/en/enterprise-search/8.19/release-notes-8.17.9.html -
8.17.3 release notes | Enterprise Search docume...
notes IMPORTANT : This documentation is no longer updated. Refer...version policy and the latest documentation . 8.17.3 release notes No...www.elastic.co/guide/en/enterprise-search/8.19/release-notes-8.17.3.html -
1.3. Kernel ridge regression — scikit-lea...
Kernel ridge regression (KRR)[M2012] combines Ridge regression and classification(linear least squares with L_2-norm regularization) with the kernel trick. It thus learns a linear function in the s...scikit-learn.org/stable/modules/kernel_ridge.html -
Prediction Intervals for Gradient Boosting Regr...
This example shows how quantile regression can be used to create prediction intervals. See Features in Histogram Gradient Boosting Trees for an example showcasing some other features of HistGradien...scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_quantile.html -
7.4. Imputation of missing values — sciki...
For various reasons, many real world datasets contain missing values, often encoded as blanks, NaNs or other placeholders. Such datasets however are incompatible with scikit-learn estimators which ...scikit-learn.org/stable/modules/impute.html -
Multi-class AdaBoosted Decision Trees — s...
This example shows how boosting can improve the prediction accuracy on a multi-label classification problem. It reproduces a similar experiment as depicted by Figure 1 in Zhu et al 1. The core prin...scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_multiclass.html -
Robust vs Empirical covariance estimate —...
The usual covariance maximum likelihood estimate is very sensitive to the presence of outliers in the data set. In such a case, it would be better to use a robust estimator of covariance to guarant...scikit-learn.org/stable/auto_examples/covariance/plot_robust_vs_empirical_covariance.html -
Gaussian Mixture Model Sine Curve — sciki...
This example demonstrates the behavior of Gaussian mixture models fit on data that was not sampled from a mixture of Gaussian random variables. The dataset is formed by 100 points loosely spaced fo...scikit-learn.org/stable/auto_examples/mixture/plot_gmm_sin.html -
Lagged features for time series forecasting ...
This example demonstrates how Polars-engineered lagged features can be used for time series forecasting with HistGradientBoostingRegressor on the Bike Sharing Demand dataset. See the example on Tim...scikit-learn.org/stable/auto_examples/applications/plot_time_series_lagged_features.html -
Imputing missing values with variants of Iterat...
The IterativeImputer class is very flexible - it can be used with a variety of estimators to do round-robin regression, treating every variable as an output in turn. In this example we compare some...scikit-learn.org/stable/auto_examples/impute/plot_iterative_imputer_variants_comparison.html