Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 471 - 480 of 4,632 for * (7.56 sec)

  1. LassoLarsCV scikit-learn 1.7.2 documentation

    ]) array([-78.4831]) fit ( X , y , ** params ) [source] # Fit...is: ( 1 / ( 2 * n_samples )) * || y - Xw ||^ 2_2 + alpha * ||...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsCV.html
    Thu Oct 30 14:56:39 UTC 2025
      145.6K bytes
      Cache
     
  2. RidgeClassifier scikit-learn 1.7.2 documentation

    ‘cholesky, lsqr, sparse_cg, sag, saga, lbfgs}, default=’auto’...n_samples / (n_classes * np.bincount(y)) . solver {auto, svd, ‘cholesky’,...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.RidgeClassifier.html
    Thu Oct 30 14:56:39 UTC 2025
      143.3K bytes
      Cache
     
  3. ARDRegression scikit-learn 1.7.2 documentation

    = 0.001 , alpha_1 = 1e-06 , alpha_2 = 1e-06 , lambda_1 = 1e-06...linear_model . ARDRegression () >>> clf . fit ([[ 0 , 0 ], [ 1 , 1 ], [...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ARDRegression.html
    Thu Oct 30 14:56:39 UTC 2025
      141.2K bytes
      Cache
     
  4. plot_pca_iris.zip

    of the Iris dataset # ---------- # # Let's first plot the pairs...Loading the Iris dataset # ---------- # # The Iris dataset is directly...
    scikit-learn.org/stable/_downloads/99402c7ce7a6ab7fafcb48caa3c9447b/plot_pca_iris.zip
    Thu Oct 30 14:56:37 UTC 2025
      8.5K bytes
     
  5. plot_pca_iris.ipynb

    "cell_type": "markdown", "metadata": {}, "source": [ "## Plot of pairs...{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source":...
    scikit-learn.org/stable/_downloads/46b6a23d83637bf0f381ce9d8c528aa2/plot_pca_iris.ipynb
    Thu Oct 30 14:56:38 UTC 2025
      4.9K bytes
     
  6. Neural Networks scikit-learn 1.7.2 documentation

    top Ctrl + K GitHub Choose version Neural Networks # Examples...concerning the sklearn.neural_network module. Compare Stochastic...
    scikit-learn.org/stable/auto_examples/neural_networks/index.html
    Thu Oct 30 14:56:38 UTC 2025
      75.8K bytes
      1 views
      Cache
     
  7. poisson_gamma_tweedie_distributions.png

    version3.1.1, http://matplotlib.org/ 1.0 1 8 8 8 8 0.2540005 true...keyword=Software, value=matplotlib version3.1.1, http://matplotlib.org/,...
    scikit-learn.org/stable/_images/poisson_gamma_tweedie_distributions.png
    Thu Oct 30 14:56:38 UTC 2025
      51.3K bytes
     
  8. PoissonRegressor scikit-learn 1.7.2 documenta...

    np.float64(0.990) >>> clf . coef_ array([0.121, 0.158]) >>> clf...], [ 3 , 4 ]]) array([10.676, 21.875]) fit ( X , y , sample_weight...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.PoissonRegressor.html
    Thu Oct 30 14:56:38 UTC 2025
      139.5K bytes
      Cache
     
  9. TheilSenRegressor scikit-learn 1.7.2 document...

    predict ( X [: 1 ,]) array([-31.5871]) fit ( X , y ) [source] # Fit...of squares ((y_true - y_pred)** 2).sum() and \(v\) is the total...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.TheilSenRegressor.html
    Thu Oct 30 14:56:38 UTC 2025
      135.5K bytes
      1 views
      Cache
     
  10. SGDRegressor scikit-learn 1.7.2 documentation

    Guide . penalty {l2, l1, elasticnet, None}, default=l2’ The...penalty = 'l2' , alpha = 0.0001 , l1_ratio = 0.15 , fit_intercept...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDRegressor.html
    Thu Oct 30 14:56:38 UTC 2025
      168.3K bytes
      Cache
     
Back to top