Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2341 - 2350 of 4,759 for * (3.31 sec)

  1. 8. Dataset loading utilities scikit-learn 1.7...

    datasets 8.1.1. Iris plants dataset 8.1.2. Diabetes dataset 8.1.3. Optical...dataset 8.2.4. Forest covertypes 8.2.5. RCV1 dataset 8.2.6. Kddcup...
    scikit-learn.org/stable/datasets.html
    Sat Aug 02 00:15:37 UTC 2025
      38.5K bytes
      Cache
     
  2. 2. Unsupervised learning scikit-learn 1.7.1 d...

    clustering 2.3.7. DBSCAN 2.3.8. HDBSCAN 2.3.9. OPTICS 2.3.10. BIRCH...2.1. Gaussian mixture models 2.1.1. Gaussian Mixture 2.1.2. Variational...
    scikit-learn.org/stable/unsupervised_learning.html
    Sat Aug 02 00:15:37 UTC 2025
      37.9K bytes
      Cache
     
  3. RFE scikit-learn 1.7.1 documentation

    array([1, 1, 1, 1, 1, 6, 4, 3, 2, 5]) decision_function ( X ) [source]...vector machines, Mach. Learn., 46(1-3), 389422, 2002. Examples The...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFE.html
    Sat Aug 02 00:15:38 UTC 2025
      149.7K bytes
      Cache
     
  4. load_files scikit-learn 1.7.1 documentation

    is True. decode_error {strict, ignore, replace}, default=’strict’...container_folder/ category_1_folder/ file_1.txt file_2.txt ... file_42.txt...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_files.html
    Sat Aug 02 00:15:36 UTC 2025
      112K bytes
      1 views
      Cache
     
  5. load_linnerud scikit-learn 1.7.1 documentation

    load_linnerud () >>> linnerud . data . shape (20, 3) >>> linnerud . target...the target. Added in version 0.20. (data, target) tuple if return_X_y...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_linnerud.html
    Sat Aug 02 00:15:36 UTC 2025
      110K bytes
      Cache
     
  6. all_estimators scikit-learn 1.7.1 documentation

    fier'>), ('BaggingClassifier', <class 'sklearn.ensemble._bag...<class 'sklearn.linear_model._bayes.ARDRegression'>), ('AdaBoostRegressor',...
    scikit-learn.org/stable/modules/generated/sklearn.utils.discovery.all_estimators.html
    Sat Aug 02 00:15:36 UTC 2025
      109K bytes
      Cache
     
  7. safe_mask scikit-learn 1.7.1 documentation

    condition ) >>> data [ mask ] . toarray () array([[2], [3], [5]]) On...[ 2 ], [ 3 ], [ 4 ], [ 5 ]]) >>> condition = [ False , True ,...
    scikit-learn.org/stable/modules/generated/sklearn.utils.safe_mask.html
    Sat Aug 02 00:15:35 UTC 2025
      106.5K bytes
      Cache
     
  8. estimator_html_repr scikit-learn 1.7.1 docume...

    estimator_html_repr ( LogisticRegression ()) '<style>#sk-container-id...' On this...sklearn.utils. estimator_html_repr ( estimator ) [source] # Build a...
    scikit-learn.org/stable/modules/generated/sklearn.utils.estimator_html_repr.html
    Sat Aug 02 00:15:38 UTC 2025
      105.4K bytes
      Cache
     
  9. EfficiencyWarning scikit-learn 1.7.1 document...

    specific Warning class. Added in version 0.18. On this page This...exception sklearn.exceptions. EfficiencyWarning [source] # Warning used...
    scikit-learn.org/stable/modules/generated/sklearn.exceptions.EfficiencyWarning.html
    Sat Aug 02 00:15:38 UTC 2025
      104.3K bytes
      Cache
     
  10. Post-hoc tuning the cut-off point of decision f...

    steps [('standardscaler', ...), ('logisticregression', ...)] transform_input...Pipeline(steps=[('standardscaler', StandardScaler()), ('logisticregression',...
    scikit-learn.org/stable/auto_examples/model_selection/plot_tuned_decision_threshold.html
    Sat Aug 02 00:15:37 UTC 2025
      136.2K bytes
      Cache
     
Back to top