Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1181 - 1190 of over 10,000 for 1 (2.14 seconds)

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

    Added in version 1.5. delay float, default=1.0 Number of seconds...False , n_retries = 3 , delay = 1.0 ) [source] # Load the kddcup99...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_kddcup99.html
    Wed Nov 26 04:38:19 GMT 2025
      113.8K bytes
      Cache
     
  2. DistanceMetric — scikit-learn 1.7.2 docum...

    'euclidean' ) >>> X = [[ 1 , 2 ], [ 3 , 4 ], [ 5 , 6 ]] >>>...10.63...] [5.65..., 8.48...] [1.41..., 4.24...]]) Available Metrics...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.DistanceMetric.html
    Wed Nov 26 04:38:21 GMT 2025
      116.2K bytes
      Cache
     
  3. inplace_csr_column_scale — scikit-learn 1...

    1 , 2 , 2 ]) >>> data = np . array ([ 8 , 1 , 2...csr . todense () matrix([[8, 1, 2], [0, 0, 5], [0, 0, 0], [0,...
    scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.inplace_csr_column_scale.html
    Fri Nov 21 09:29:38 GMT 2025
      108.5K bytes
      Cache
     
  4. IsolationForest example — scikit-learn 1....

    assigned a ground truth label 1 whereas the outliers (created...numpy.random.uniform ) are assigned the label -1 . import numpy as np from skl...
    scikit-learn.org/stable/auto_examples/ensemble/plot_isolation_forest.html
    Wed Nov 26 04:38:21 GMT 2025
      125.9K bytes
      Cache
     
  5. Feature agglomeration — scikit-learn 1.7....

    - 1 )) connectivity = grid_to_graph...images . shape ) plt . figure ( 1 , figsize = ( 4 , 3.5 )) plt ....
    scikit-learn.org/stable/auto_examples/cluster/plot_digits_agglomeration.html
    Wed Nov 26 04:38:21 GMT 2025
      94.8K bytes
      Cache
     
  6. delayed — scikit-learn 1.7.2 documentation

    Changed in version 1.3: delayed was moved from sklearn.utils.fixes...sklearn.utils.parallel in scikit-learn 1.3. Parameters : function callable...
    scikit-learn.org/stable/modules/generated/sklearn.utils.parallel.delayed.html
    Mon Nov 24 08:52:54 GMT 2025
      105.4K bytes
      Cache
     
  7. check_cv — scikit-learn 1.7.2 documentation

    y = [ 1 , 1 , 0 , 0 , 0 , 0 ], classifier...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.check_cv.html
    Wed Nov 26 04:38:21 GMT 2025
      108.6K bytes
      Cache
     
  8. FrozenEstimator — scikit-learn 1.7.2 docu...

    scikit-learn 1.6 Release Highlights for scikit-learn 1.6 On this...
    scikit-learn.org/stable/modules/generated/sklearn.frozen.FrozenEstimator.html
    Wed Nov 26 10:03:31 GMT 2025
      119K bytes
      Cache
     
  9. Overview of multiclass training meta-estimators...

    we use a UCI dataset [ 1 ] , generally referred as the...
    scikit-learn.org/stable/auto_examples/multiclass/plot_multiclass_overview.html
    Wed Nov 26 04:38:19 GMT 2025
      114.3K bytes
      Cache
     
  10. Prediction Latency — scikit-learn 1.7.2 d...

    1 , verbose = False ): """Generate...configuration , duration_secs = 0.1 ): """benchmark...
    scikit-learn.org/stable/auto_examples/applications/plot_prediction_latency.html
    Wed Nov 26 04:38:21 GMT 2025
      142.9K bytes
      Cache
     
Back to Top