Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 121 - 130 of 190 for ' (0.15 sec)

  1. v1.3.rst.txt

    Ridge models with `solver='sparse_cg'` may have slightly different...values, following LightGBM's and pandas' conventions. :pr:`25629`...
    scikit-learn.org/stable/_sources/whats_new/v1.3.rst.txt
    Mon May 27 10:29:30 UTC 2024
      44.2K bytes
     
  2. 8.3. Parallelism, resource management, and conf...

    with parallel_backend ( 'threading' , n_jobs = 2 ): # Your scikit-learn...environment variable is set to 1, the tests using the global_dtype...
    scikit-learn.org/stable/computing/parallelism.html
    Mon May 27 10:29:29 UTC 2024
      66.2K bytes
      Cache
     
  3. Pipelining: chaining a PCA and a logistic regre...

    874): {'logistic__C': 21.54434690031882, 'pca__n_components': 60}...of pipelines can be set using '__' separated parameter names: param_grid...
    scikit-learn.org/stable/auto_examples/compose/plot_digits_pipe.html
    Mon May 27 10:29:28 UTC 2024
      96.4K bytes
      Cache
     
  4. 1.15. Isotonic regression — scikit-learn 1.5.0 ...

    Setting it to auto will automatically choose the...the constraint based on Spearmans rank correlation coefficient...
    scikit-learn.org/stable/modules/isotonic.html
    Mon May 27 10:29:31 UTC 2024
      37.9K bytes
      Cache
     
  5. 1.5. Stochastic Gradient Descent — scikit-learn...

    SGDRegressor(loss='squared_error', penalty='l2') and Ridge solve...using SGDClassifier(loss='log_loss') results in logistic regression,...
    scikit-learn.org/stable/modules/sgd.html
    Mon May 27 10:29:31 UTC 2024
      92.6K bytes
      Cache
     
  6. Non-negative least squares — scikit-learn 1.5.0...

    'NNLS regression coefficients') Total running...
    scikit-learn.org/stable/auto_examples/linear_model/plot_nnls.html
    Mon May 27 10:29:28 UTC 2024
      92.8K bytes
      Cache
     
  7. Version 1.6 — scikit-learn 1.6.dev0 documentation

    couldnt do before. Feature something that you couldnt do before....something that previously didnt work as documented – or according...
    scikit-learn.org/dev/whats_new/v1.6.html
    Mon May 27 10:29:28 UTC 2024
      37.1K bytes
      Cache
     
  8. 1.8. Cross decomposition — scikit-learn 1.5.0 d...

    which corresponds to the 'nipals' option of the algorithm parameter....PLSCanonical with algorithm='nipals' , with 2 significant differences:...
    scikit-learn.org/stable/modules/cross_decomposition.html
    Mon May 27 10:29:31 UTC 2024
      61K bytes
      Cache
     
  9. 1.7. Gaussian Processes — scikit-learn 1.5.0 do...

    Hyperparameter(name='k1__k1__constant_value', value_type='numeric', bounds=array([[...Hyperparameter(name='k1__k2__length_scale', value_type='numeric', bounds=array([[...
    scikit-learn.org/stable/modules/gaussian_process.html
    Mon May 27 10:29:31 UTC 2024
      88.4K bytes
      Cache
     
  10. The Iris Dataset — scikit-learn 1.5.0 documenta...

    of 3 different types of irises (Setosa, Versicolour, and Virginica)...sepal width and length, theres still overlap between the Versicolor...
    scikit-learn.org/stable/auto_examples/datasets/plot_iris_dataset.html
    Mon May 27 10:29:28 UTC 2024
      91.2K bytes
      Cache
     
Back to top