Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 551 - 560 of 3,757 for 1 (0.6 sec)

  1. Incremental PCA — scikit-learn 1.7.2 documentation

    scatterpoints = 1 ) plt . axis ([ - 4 , 4 , - 1.5 , 1.5 ]) plt . show...target_name in zip ( colors , [ 0 , 1 , 2 ], iris . target_names ):...
    scikit-learn.org/stable/auto_examples/decomposition/plot_incremental_pca.html
    Wed Sep 17 19:58:00 UTC 2025
      91.5K bytes
      Cache
     
  2. SimpleImputer — scikit-learn 1.7.2 documentation

    scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...Added in version 1.2. Changed in version 1.6: Currently, when...
    scikit-learn.org/stable/modules/generated/sklearn.impute.SimpleImputer.html
    Wed Sep 17 19:57:59 UTC 2025
      147K bytes
      Cache
     
  3. GMM covariances — scikit-learn 1.7.2 documentation

    shape [ 1 ]) * gmm . covariances_ [ n ]...]) angle = np . arctan2 ( u [ 1 ], u [ 0 ]) angle = 180 * angle...
    scikit-learn.org/stable/auto_examples/mixture/plot_gmm_covariances.html
    Wed Sep 17 19:58:00 UTC 2025
      108.4K bytes
      Cache
     
  4. fetch_california_housing — scikit-learn 1.7.2 d...

    Added in version 1.5. delay float, default=1.0 Number of seconds...False , n_retries = 3 , delay = 1.0 ) [source] # Load the California...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_california_housing.html
    Wed Sep 17 19:57:58 UTC 2025
      116.9K bytes
      Cache
     
  5. fetch_species_distributions — scikit-learn 1.7....

    Added in version 1.5. delay float, default=1.0 Number of seconds...True , n_retries = 3 , delay = 1.0 ) [source] # Loader for species...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_species_distributions.html
    Wed Sep 17 19:58:00 UTC 2025
      112.7K bytes
      Cache
     
  6. ConfusionMatrixDisplay — scikit-learn 1.7.2 doc...

    scikit-learn 1.5 Release Highlights for scikit-learn 1.5 Label Propagation...are set from 0 to n_classes - 1 . Attributes : im_ matplotlib...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.ConfusionMatrixDisplay.html
    Wed Sep 17 19:58:00 UTC 2025
      150.1K bytes
      Cache
     
  7. inplace_row_scale — scikit-learn 1.7.2 document...

    1 , 2 , 3 , 3 ]) >>> data = np . array ([ 8 , 1 , 2 , 5...csr . todense () matrix([[8, 1, 0, 0], [0, 0, 2, 0], [0, 0, 0,...
    scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.inplace_row_scale.html
    Wed Sep 17 19:57:59 UTC 2025
      108.6K bytes
      Cache
     
  8. mutual_info_score — scikit-learn 1.7.2 document...

    1 , 1 , 0 , 1 , 0 ] >>> labels_pred = [ 0 , 1 , 0 , 0...as: \[MI(U,V)=\sum_{i=1}^{|U|} \sum_{j=1}^{|V|} \frac{|U_i\cap...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.mutual_info_score.html
    Wed Sep 17 19:57:59 UTC 2025
      111.7K bytes
      Cache
     
  9. check_is_fitted — scikit-learn 1.7.2 documentation

    fit ([[ 1 , 2 ], [ 1 , 3 ]], [ 1 , 0 ]) LogisticRegression()...
    scikit-learn.org/stable/modules/generated/sklearn.utils.validation.check_is_fitted.html
    Wed Sep 17 19:58:00 UTC 2025
      112.8K bytes
      Cache
     
  10. Imputing missing values with variants of Iterat...

    1e-1 , 1e-1 , 1e-2 ) for ( name , impute_estimator..."IterativeImputer" ], axis = 1 , ) # plot california housing...
    scikit-learn.org/stable/auto_examples/impute/plot_iterative_imputer_variants_comparison.html
    Wed Sep 17 19:57:59 UTC 2025
      113.3K bytes
      Cache
     
Back to top