Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 381 - 390 of 5,575 for * (3.32 sec)

  1. Examples based on real world datasets scikit-...

    Influence Out-of-core classification of text documents Out-of-core classification...reconstruction with L1 prior (Lasso) Compressive sensing: tomography...
    scikit-learn.org/stable/auto_examples/applications/index.html
    Mon Sep 08 19:16:01 UTC 2025
      81.8K 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
    Mon Sep 08 19:16:00 UTC 2025
      143.3K bytes
      Cache
     
  3. BayesianRidge scikit-learn 1.7.2 documentation

    = 0.001 , alpha_1 = 1e-06 , alpha_2 = 1e-06 , lambda_1 = 1e-06...linear_model . BayesianRidge () >>> clf . fit ([[ 0 , 0 ], [ 1 , 1 ], [...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.BayesianRidge.html
    Mon Sep 08 19:16:00 UTC 2025
      149.6K bytes
      Cache
     
  4. 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
    Mon Sep 08 19:15:58 UTC 2025
      141.2K bytes
      Cache
     
  5. 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
    Mon Sep 08 19:15:58 UTC 2025
      135.5K bytes
      1 views
      Cache
     
  6. 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
    Mon Sep 08 19:15:59 UTC 2025
      139.5K bytes
      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
    Mon Sep 08 19:16:00 UTC 2025
      51.3K bytes
     
  8. fetch_file scikit-learn 1.7.2 documentation

    , sha256 = None , n_retries = 3 , delay = 1 ) [source] # Fetch...sklearn.datasets. fetch_file ( url , folder = None , local_filename = None ,...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_file.html
    Mon Sep 08 19:15:59 UTC 2025
      107.7K bytes
      Cache
     
  9. fetch_species_distributions scikit-learn 1.7....

    9833, -15.9 )], dtype=[('species', 'S22'), ('dd long', '<f4'), ('dd...-16.3333), (b'microryzomys_minutus', -67.8833, -16.3 ), (b'm...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_species_distributions.html
    Mon Sep 08 19:15:58 UTC 2025
      112.7K bytes
      Cache
     
  10. HashingVectorizer scikit-learn 1.7.2 document...

    input='content' , encoding='utf-8' , decode_error='strict' , strip_accents=None...ngram_range=(1 , 1) , analyzer='word' , n_features=1048576 , binary=False...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.HashingVectorizer.html
    Mon Sep 08 19:15:58 UTC 2025
      144.7K bytes
      Cache
     
Back to top