Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 921 - 930 of 2,960 for 1 (0.14 sec)

  1. 12. Choosing the right estimator — scikit-learn...

    Often the hardest part of solving a machine learning problem can be finding the right estimator for the job. Different estimators are better suited for different types of data and different problem...
    scikit-learn.org/stable/machine_learning_map.html
    Mon Apr 21 17:07:39 UTC 2025
      232K bytes
      Cache
     
  2. has_fit_parameter — scikit-learn 1.6.1 document...

    Skip to main content Back to top Ctrl + K GitHub Choose version has_fit_parameter # sklearn.utils.validation. has_fit...
    scikit-learn.org/stable/modules/generated/sklearn.utils.validation.has_fit_parameter.html
    Mon Apr 21 17:07:40 UTC 2025
      106.1K bytes
      Cache
     
  3. estimator_html_repr — scikit-learn 1.6.1 docume...

    Skip to main content Back to top Ctrl + K GitHub Choose version estimator_html_repr # sklearn.utils. estimator_html_r...
    scikit-learn.org/stable/modules/generated/sklearn.utils.estimator_html_repr.html
    Mon Apr 21 17:07:40 UTC 2025
      105.9K bytes
      Cache
     
  4. Principal Component Analysis (PCA) on Iris Data...

    figure ( 1 , figsize = ( 8 , 6 )) ax = fig...X_reduced [:, 0 ], X_reduced [:, 1 ], X_reduced [:, 2 ], c = iris...
    scikit-learn.org/stable/auto_examples/decomposition/plot_pca_iris.html
    Mon Apr 21 17:07:39 UTC 2025
      93.3K bytes
      Cache
     
  5. Support — scikit-learn 1.6.1 documentation

    # This documentation is for 1.6.1. Find documentation for other...
    scikit-learn.org/stable/support.html
    Mon Apr 21 17:07:39 UTC 2025
      26.3K bytes
      Cache
     
  6. GenericUnivariateSelect — scikit-learn 1.6.1 do...

    Added in version 1.0. See also f_classif ANOVA F-value..."x1", ..., "x(n_features_in_ - 1)"] . If input_features is an array-like,...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.GenericUnivariateSelect.html
    Mon Apr 21 17:07:39 UTC 2025
      134.5K bytes
      Cache
     
  7. One-class SVM with non-linear kernel (RBF) — sc...

    reshape ( - 1 , 1 ), yy . reshape ( - 1 , 1 )], axis = 1 ) DecisionBoundaryDisp...OneClassSVM ( nu = 0.1 , kernel = "rbf" , gamma = 0.1 ) clf . fit (...
    scikit-learn.org/stable/auto_examples/svm/plot_oneclass.html
    Mon Apr 21 17:07:39 UTC 2025
      100.8K bytes
      Cache
     
  8. density — scikit-learn 1.6.1 documentation

    between 0 and 1. Examples >>> from scipy import...
    scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.density.html
    Mon Apr 21 17:07:39 UTC 2025
      107.4K bytes
      Cache
     
  9. MethodMapping — scikit-learn 1.6.1 documentation

    Added in version 1.3. add ( * , caller , callee )...
    scikit-learn.org/stable/modules/generated/sklearn.utils.metadata_routing.MethodMapping.html
    Mon Apr 21 17:07:40 UTC 2025
      108.1K bytes
      Cache
     
  10. MinCovDet — scikit-learn 1.6.1 documentation

    algorithm: (n_samples + n_features + 1) / 2 * n_samples . The parameter...parameter must be in the range (0, 1]. random_state int, RandomState...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.MinCovDet.html
    Mon Apr 21 17:07:39 UTC 2025
      139.8K bytes
      Cache
     
Back to top