Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 311 - 320 of 3,264 for 2 (0.1 sec)

  1. ExtraTreesClassifier — scikit-learn 1.7.2 docum...

    min_samples_split = 2 , min_samples_leaf = 1 , min_...min_samples_split int or float, default=2 The minimum number of samples...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesClassifier.html
    Wed Sep 24 16:15:26 UTC 2025
      167.5K bytes
      Cache
     
  2. mean_poisson_deviance — scikit-learn 1.7.2 docu...

    y_true = [ 2 , 0 , 1 , 4 ] >>> y_pred = [ 0.5 , 0.5 , 2. , 2. ] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_poisson_deviance.html
    Wed Sep 24 16:15:26 UTC 2025
      108.1K bytes
      Cache
     
  3. Classifier comparison — scikit-learn 1.7.2 docu...

    n_features = 2 , n_redundant = 0 , n_informative = 2 , random_state.... random . RandomState ( 2 ) X += 2 * rng . uniform ( size =...
    scikit-learn.org/stable/auto_examples/classification/plot_classifier_comparison.html
    Wed Sep 24 16:15:25 UTC 2025
      114.3K bytes
      Cache
     
  4. Feature discretization — scikit-learn 1.7.2 doc...

    n_features = 2 , n_redundant = 0 , n_informative = 2 , random_state...GradientBoostingClas: 0.84 SVC: 0.84 dataset 2 --------- LogisticRegression:...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization_classification.html
    Wed Sep 24 16:15:25 UTC 2025
      128.7K bytes
      Cache
     
  5. Incremental PCA — scikit-learn 1.7.2 documentation

    target n_components = 2 ipca = IncrementalPCA ( n_components...target_name in zip ( colors , [ 0 , 1 , 2 ], iris . target_names ): plt...
    scikit-learn.org/stable/auto_examples/decomposition/plot_incremental_pca.html
    Wed Sep 24 16:15:26 UTC 2025
      91.5K bytes
      Cache
     
  6. root_mean_squared_error — scikit-learn 1.7.2 do...

    2 , 7 ] >>> y_pred = [ 2.5 , 0.0 , 2 , 8 ] >>> r...]] >>> y_pred = [[ 0 , 2 ],[ - 1 , 2 ],[ 8 , - 5 ]] >>> root_mean_squared_error...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.root_mean_squared_error.html
    Wed Sep 24 16:15:25 UTC 2025
      111K bytes
      Cache
     
  7. ledoit_wolf — scikit-learn 1.7.2 documentation

    2 ], [ .2 , .8 ]]) >>> rng = np . random...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.ledoit_wolf.html
    Wed Sep 24 16:15:25 UTC 2025
      109.5K bytes
      Cache
     
  8. 1.6. Nearest Neighbors — scikit-learn 1.7.2 doc...

    2 ]]) >>> y = np . array ([ 1 , 1 , 1 , 2 , 2 , 2 ]) >>>...- 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2 , 1 ], [ 3...
    scikit-learn.org/stable/modules/neighbors.html
    Wed Sep 24 16:15:24 UTC 2025
      122.7K bytes
      Cache
     
  9. check_is_fitted — scikit-learn 1.7.2 documentation

    2 ], [ 1 , 3 ]], [ 1 , 0 ]) LogisticRegression()...
    scikit-learn.org/stable/modules/generated/sklearn.utils.validation.check_is_fitted.html
    Wed Sep 24 16:15:24 UTC 2025
      112.8K bytes
      Cache
     
  10. Hyperparameter — scikit-learn 1.7.2 documentation

    bounds # Alias for field number 2 count ( value , / ) # Return number...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Hyperparameter.html
    Wed Sep 24 16:15:25 UTC 2025
      116.5K bytes
      Cache
     
Back to top