Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 491 - 500 of over 10,000 for 1 (0.35 seconds)

  1. _safe_indexing — scikit-learn 1.8.0 docum...

    axis = 1 ) # select the first column array([1, 3, 5]) On...integer are supported. If axis=1 : to select a single column, indices...
    scikit-learn.org/stable/modules/generated/sklearn.utils._safe_indexing.html
    Mon Feb 02 09:23:44 GMT 2026
      110K bytes
      Cache
     
  2. SVM Tie Breaking Example — scikit-learn 1...

    1 ] . min (), X [:, 1 ] . max ()] xs = np...xlim [ 1 ], 1000 ) ys = np . linspace ( ylim [ 0 ], ylim [ 1 ], 1000...
    scikit-learn.org/stable/auto_examples/svm/plot_svm_tie_breaking.html
    Mon Feb 02 09:23:44 GMT 2026
      94.6K bytes
      Cache
     
  3. img_to_graph — scikit-learn 1.8.0 documen...

    1], [0, 0, 0, 1], [0, 1, 1, 1]]) On this page...np . array ([[ 0 , 0 ], [ 0 , 1 ]]) >>> img_to_graph...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.image.img_to_graph.html
    Mon Feb 02 09:23:44 GMT 2026
      107.9K bytes
      Cache
     
  4. smacof — scikit-learn 1.8.0 documentation

    n_iter will change from 8 to 1 in version 1.9. n_jobs int, default=None...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.smacof.html
    Mon Feb 02 09:23:44 GMT 2026
      117.7K bytes
      Cache
     
  5. Understanding the decision tree structure &#821...

    [{0: 1, 1: 1}, {0: 1, 1: 5}, {0: 1, 1: 1}, {0: 1, 1: 1}] instead...[{0: 1, 1: 1}, {0: 1, 1: 5}, {0: 1, 1: 1}, {0: 1, 1: 1}] instead...
    scikit-learn.org/stable/auto_examples/tree/plot_unveil_tree_structure.html
    Mon Feb 02 09:23:44 GMT 2026
      149.8K bytes
      Cache
     
  6. Hyperparameter — scikit-learn 1.8.0 docum...

    n_elements = 1 , fixed = None ) [source] # A...the parameter. If n_elements>1, a pair of 1d array with n_elements...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Hyperparameter.html
    Mon Feb 02 09:23:44 GMT 2026
      117.1K bytes
      Cache
     
  7. ExtraTreesClassifier — scikit-learn 1.8.0...

    [{0: 1, 1: 1}, {0: 1, 1: 5}, {0: 1, 1: 1}, {0: 1, 1: 1}] instead...instead of [{1:1}, {2:5}, {3:1}, {4:1}]. The “balanced” mode uses...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesClassifier.html
    Mon Feb 02 09:23:44 GMT 2026
      168K bytes
      Cache
     
  8. clone — scikit-learn 1.8.0 documentation

    >>> X = [[ - 1 , 0 ], [ 0 , 1 ], [ 0 , - 1 ], [ 1 , 0 ]] >>>...>>> y = [ 0 , 0 , 1 , 1 ] >>> classifier = LogisticRegression...
    scikit-learn.org/stable/modules/generated/sklearn.base.clone.html
    Mon Feb 02 09:23:44 GMT 2026
      109.4K bytes
      Cache
     
  9. OneHotEncoder — scikit-learn 1.8.0 docume...

    scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...inverse_transform ([[ 0 , 1 , 1 , 0 , 0 ], [ 0 , 0 , 0 , 1 , 0 ]]) array([['Male',...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.OneHotEncoder.html
    Mon Feb 02 09:23:44 GMT 2026
      167.5K bytes
      Cache
     
  10. DetCurveDisplay — scikit-learn 1.8.0 docu...

    y_true is in {-1, 1} or {0, 1}, pos_label is set to 1, otherwise...version 1.8: y_pred is deprecated and will be removed in 1.10. Use...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.DetCurveDisplay.html
    Mon Feb 02 09:23:44 GMT 2026
      139.8K bytes
      Cache
     
Back to Top