Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 801 - 810 of 1,824 for document (0.23 sec)

  1. load_digits — scikit-learn 1.5.2 documentation

    Gallery examples: Release Highlights for scikit-learn 1.3 Recognizing hand-written digits A demo of K-Means clustering on the handwritten digits data Feature agglomeration Various Agglomerative Clu...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_digits.html
    Thu Nov 21 22:17:08 UTC 2024
      129.9K bytes
      Cache
     
  2. calibration_curve — scikit-learn 1.5.2 document...

    Skip to main content Back to top Ctrl + K GitHub calibration_curve # sklearn.calibration. calibration_curve ( y_true ...
    scikit-learn.org/stable/modules/generated/sklearn.calibration.calibration_curve.html
    Thu Nov 21 22:17:10 UTC 2024
      109K bytes
      Cache
     
  3. all_displays — scikit-learn 1.5.2 documentation

    Skip to main content Back to top Ctrl + K GitHub all_displays # sklearn.utils.discovery. all_displays ( ) [source] # ...
    scikit-learn.org/stable/modules/generated/sklearn.utils.discovery.all_displays.html
    Thu Nov 21 22:17:08 UTC 2024
      104.3K bytes
      Cache
     
  4. all_functions — scikit-learn 1.5.2 documentation

    Skip to main content Back to top Ctrl + K GitHub all_functions # sklearn.utils.discovery. all_functions ( ) [source] ...
    scikit-learn.org/stable/modules/generated/sklearn.utils.discovery.all_functions.html
    Thu Nov 21 22:17:08 UTC 2024
      104.5K bytes
      Cache
     
  5. weighted_mode — scikit-learn 1.5.2 documentation

    Skip to main content Back to top Ctrl + K GitHub weighted_mode # sklearn.utils.extmath. weighted_mode ( a , w , * , a...
    scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.weighted_mode.html
    Thu Nov 21 22:17:08 UTC 2024
      107.5K bytes
      Cache
     
  6. check_scalar — scikit-learn 1.5.2 documentation

    Skip to main content Back to top Ctrl + K GitHub check_scalar # sklearn.utils. check_scalar ( x , name , target_type ...
    scikit-learn.org/stable/modules/generated/sklearn.utils.check_scalar.html
    Thu Nov 21 22:17:10 UTC 2024
      108.8K bytes
      1 views
      Cache
     
  7. GMM Initialization Methods — scikit-learn 1.5.2...

    Examples of the different methods of initialization in Gaussian Mixture Models See Gaussian mixture models for more information on the estimator. Here we generate some sample data with four easy to...
    scikit-learn.org/stable/auto_examples/mixture/plot_gmm_init.html
    Fri Nov 22 23:53:27 UTC 2024
      95K bytes
      Cache
     
  8. Univariate Feature Selection — scikit-learn 1.5...

    This notebook is an example of using univariate feature selection to improve classification accuracy on a noisy dataset. In this example, some noisy (non informative) features are added to the iris...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection.html
    Fri Nov 22 23:53:26 UTC 2024
      101.4K bytes
      Cache
     
  9. SVM with custom kernel — scikit-learn 1.5.2 doc...

    Simple usage of Support Vector Machines to classify a sample. It will plot the decision surface and the support vectors. Total running time of the script:(0 minutes 0.093 seconds) Launch binder Lau...
    scikit-learn.org/stable/auto_examples/svm/plot_custom_kernel.html
    Fri Nov 22 23:53:26 UTC 2024
      84.8K bytes
      Cache
     
  10. Missing Value Imputation — scikit-learn 1.5.2 d...

    Examples concerning the sklearn.impute module. Imputing missing values before building an estimator Imputing missing values with variants of IterativeImputer
    scikit-learn.org/stable/auto_examples/impute/index.html
    Fri Nov 22 23:53:26 UTC 2024
      76.5K bytes
      Cache
     
Back to top