Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1031 - 1040 of 4,138 for document (2.6 seconds)

Filter
  1. HuberRegressor vs Ridge on dataset with strong ...

    Fit Ridge and HuberRegressor on a dataset with outliers. The example shows that the predictions in ridge are strongly influenced by the outliers present in the dataset. The Huber regressor is less ...
    scikit-learn.org/stable/auto_examples/linear_model/plot_huber_vs_ridge.html
    Tue Mar 17 03:44:36 UTC 2026
      15.8K bytes
      Cache
     
  2. Support Vector Regression (SVR) using linear an...

    Toy example of 1D regression using linear, polynomial and RBF kernels. Generate sample data: Fit regression model: Look at the results: Total running time of the script:(0 minutes 5.689 seconds) La...
    scikit-learn.org/stable/auto_examples/svm/plot_svm_regression.html
    Tue Mar 17 03:44:36 UTC 2026
      16.1K bytes
      Cache
     
  3. Forecasting of CO2 level on Mona Loa dataset us...

    Documentation for GaussianProcessRegre...GaussianProcessRegre ? Documentation for GaussianProcessRegre...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpr_co2.html
    Tue Mar 17 03:44:36 UTC 2026
      28.2K bytes
      Cache
     
  4. Lasso model selection via information criteria ...

    This example reproduces the example of Fig. 2 of[ZHT2007]. A LassoLarsIC estimator is fit on a diabetes dataset and the AIC and the BIC criteria are used to select the best model. References ZHT200...
    scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_lars_ic.html
    Tue Mar 17 03:44:36 UTC 2026
      17.2K bytes
      Cache
     
  5. Explicit feature map approximation for RBF kern...

    An example illustrating the approximation of the feature map of an RBF kernel. It shows how to use RBFSampler and Nystroem to approximate the feature map of an RBF kernel for classification with an...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_kernel_approximation.html
    Tue Mar 17 03:44:39 UTC 2026
      19K bytes
      Cache
     
  6. Gaussian process classification (GPC) on iris d...

    This example illustrates the predicted probability of GPC for an isotropic and anisotropic RBF kernel on a two-dimensional version for the iris-dataset. The anisotropic RBF kernel obtains slightly ...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpc_iris.html
    Tue Mar 17 03:44:36 UTC 2026
      16.2K bytes
      Cache
     
  7. Failure of Machine Learning to infer causal eff...

    Machine Learning models are great for measuring statistical associations. Unfortunately, unless we’re willing to make strong assumptions about the data, those models are unable to infer causal effe...
    scikit-learn.org/stable/auto_examples/inspection/plot_causal_interpretation.html
    Tue Mar 17 03:44:36 UTC 2026
      18.4K bytes
      Cache
     
  8. Effect of model regularization on training and ...

    In this example, we evaluate the impact of the regularization parameter in a linear model called ElasticNet. To carry out this evaluation, we use a validation curve using ValidationCurveDisplay. Th...
    scikit-learn.org/stable/auto_examples/model_selection/plot_train_error_vs_test_error.html
    Tue Mar 17 03:44:39 UTC 2026
      17.6K bytes
      Cache
     
  9. Novelty detection with Local Outlier Factor (LO...

    The Local Outlier Factor (LOF) algorithm is an unsupervised anomaly detection method which computes the local density deviation of a given data point with respect to its neighbors. It considers as ...
    scikit-learn.org/stable/auto_examples/neighbors/plot_lof_novelty_detection.html
    Tue Mar 17 03:44:38 UTC 2026
      16.7K bytes
      Cache
     
  10. Visualizing cross-validation behavior in scikit...

    Choosing the right cross-validation object is a crucial part of fitting a model properly. There are many ways to split data into training and test sets in order to avoid model overfitting, to stand...
    scikit-learn.org/stable/auto_examples/model_selection/plot_cv_indices.html
    Tue Mar 17 03:44:39 UTC 2026
      18.5K bytes
      Cache
     
Back to Top