Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 731 - 740 of 2,911 for 1 (0.13 sec)

  1. Ordinary Least Squares and Ridge Regression — s...

    1 ] . T y_train = [ 0.5 , 1 ] X_test = np . c_...this_X = 0.1 * np . random . normal ( size = ( 2 , 1 )) + X_train...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ols_ridge.html
    Fri Jun 06 09:13:47 UTC 2025
      106.7K bytes
      Cache
     
  2. Related Projects — scikit-learn 1.7.0 documenta...

    As of scikit-learn version 1.3.0, there is HDBSCAN . Pre-processing...encoders. As of scikit-learn version 1.3.0, there is TargetEncoder ....
    scikit-learn.org/stable/related_projects.html
    Fri Jun 06 09:13:47 UTC 2025
      42.8K bytes
      Cache
     
  3. mean_tweedie_deviance — scikit-learn 1.7.0 docu...

    power = 1 ) 1.4260... Gallery examples # Tweedie...Either power <= 0 or power >= 1. The higher p the less weight...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_tweedie_deviance.html
    Fri Jun 06 09:13:46 UTC 2025
      109.2K bytes
      Cache
     
  4. TfidfTransformer — scikit-learn 1.7.0 documenta...

    array([[1, 1, 1, 1, 0, 1, 0, 0], [1, 2, 0, 1, 1, 1, 0, 0], [1, 0,...0, 0, 1, 0, 1, 1, 1], [1, 1, 1, 1, 0, 1, 0, 0]]) >>> pipe [ 'tfid'...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.TfidfTransformer.html
    Fri Jun 06 09:13:47 UTC 2025
      141.5K bytes
      Cache
     
  5. cohen_kappa_score — scikit-learn 1.7.0 document...

    which is a number between -1 and 1. The maximum value means complete...function computes Cohen’s kappa [1] , a score that expresses the...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.cohen_kappa_score.html
    Fri Jun 06 09:13:47 UTC 2025
      111K bytes
      Cache
     
  6. RandomTreesEmbedding — scikit-learn 1.7.0 docum...

    1.], [1., 0., 1., 0., 1., 0., 1., 0., 1., 0.], [0., 1., 1.,...array([[0., 1., 1., 0., 1., 0., 0., 1., 1., 0.], [0., 1., 1., 0., 1.,...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomTreesEmbedding.html
    Fri Jun 06 09:13:47 UTC 2025
      154.2K bytes
      Cache
     
  7. OneHotEncoder — scikit-learn 1.7.0 documentation

    scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...'Female' , 1 ], [ 'Male' , 4 ]]) . toarray () array([[1., 0., 1., 0.,...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.OneHotEncoder.html
    Fri Jun 06 09:13:47 UTC 2025
      168.2K bytes
      Cache
     
  8. zero_one_loss — scikit-learn 1.7.0 documentation

    1 ], [ 1 , 1 ]]), np . ones (( 2 , 2...zero_one_loss >>> y_pred = [ 1 , 2 , 3 , 4 ] >>> y_true = [ 2...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.zero_one_loss.html
    Fri Jun 06 09:13:46 UTC 2025
      110.3K bytes
      Cache
     
  9. make_gaussian_quantiles — scikit-learn 1.7.0 do...

    dataset is from Zhu et al [1]. References [ 1 ] Zhu, H. Zou, S. Rosset,...es ( * , mean = None , cov = 1.0 , n_samples = 100 , n_features...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_gaussian_quantiles.html
    Fri Jun 06 09:13:47 UTC 2025
      112K bytes
      Cache
     
  10. smacof — scikit-learn 1.7.0 documentation

    n_iter will change from 8 to 1 in version 1.9. n_jobs int, default=None...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.smacof.html
    Fri Jun 06 09:13:47 UTC 2025
      117.1K bytes
      Cache
     
Back to top