Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 151 - 160 of over 10,000 for 1 (0.39 seconds)

  1. TunedThresholdClassifierCV — scikit-learn...

    means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn 1.5 Release Highlights for scikit-learn 1.5 On this...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.TunedThresholdClassifierCV.html
    Mon Feb 23 17:51:57 GMT 2026
      148.7K bytes
      Cache
     
  2. ridge_regression — scikit-learn 1.8.0 doc...

    0 ] - 1.0 * X [:, 1 ] + 0.1 * rng . standard_normal...>>> coef array([ 1.97, -1., -2.69e-3, -9.27e-4 ]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ridge_regression.html
    Mon Feb 23 17:51:57 GMT 2026
      119.5K bytes
      Cache
     
  3. LassoLarsCV — scikit-learn 1.8.0 document...

    means 1 unless in a joblib.parallel_backend context. -1 means...optimization objective for Lasso is: ( 1 / ( 2 * n_samples )) * || y -...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsCV.html
    Mon Feb 23 17:51:57 GMT 2026
      146.3K bytes
      Cache
     
  4. PLSRegression — scikit-learn 1.8.0 docume...

    1 , - 0.2 ], [ 0.9 , 1.1 ], [ 6.2 , 5.9 ],...intercept_ . Added in version 1.1. n_iter_ list of shape (n_components,)...
    scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSRegression.html
    Mon Feb 23 17:51:57 GMT 2026
      160.9K bytes
      Cache
     
  5. Feature agglomeration — scikit-learn 1.8....

    - 1 )) connectivity = grid_to_graph...images . shape ) plt . figure ( 1 , figsize = ( 4 , 3.5 )) plt ....
    scikit-learn.org/stable/auto_examples/cluster/plot_digits_agglomeration.html
    Mon Feb 23 17:51:57 GMT 2026
      94.6K bytes
      Cache
     
  6. check_consistent_length — scikit-learn 1....

    check_consistent_length >>> a = [ 1 , 2 , 3 ] >>> b = [ 2...
    scikit-learn.org/stable/modules/generated/sklearn.utils.check_consistent_length.html
    Mon Feb 23 17:51:57 GMT 2026
      106.1K bytes
      Cache
     
  7. IsolationForest example — scikit-learn 1....

    assigned a ground truth label 1 whereas the outliers (created...numpy.random.uniform ) are assigned the label -1 . import numpy as np from skl...
    scikit-learn.org/stable/auto_examples/ensemble/plot_isolation_forest.html
    Mon Feb 23 17:51:56 GMT 2026
      134.3K bytes
      Cache
     
  8. mean_gamma_deviance — scikit-learn 1.8.0 ...

    1 , 4 ] >>> y_pred = [...mean_gamma_deviance ( y_true , y_pred ) 1.0568... On this page This Page...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_gamma_deviance.html
    Mon Feb 23 17:51:57 GMT 2026
      107.5K bytes
      Cache
     
  9. 2.1. Gaussian mixture models — scikit-lea...

    1.1. Gaussian Mixture # The GaussianMixture...models using a finite mixture. 2.1.2.1. The Dirichlet Process # Here...
    scikit-learn.org/stable/modules/mixture.html
    Mon Feb 23 17:51:57 GMT 2026
      58.6K bytes
      Cache
     
  10. safe_sparse_dot — scikit-learn 1.8.0 docu...

    >>> X = csr_matrix ([[ 1 , 2 ], [ 3 , 4 ], [ 5 , 6 ]])...
    scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.safe_sparse_dot.html
    Mon Feb 02 09:23:44 GMT 2026
      107.8K bytes
      Cache
     
Back to Top