Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 501 - 510 of 4,632 for * (6.08 sec)

  1. OneHotEncoder scikit-learn 1.7.2 documentation

    handle_unknown {error, ignore, infrequent_if_exist, warn}, default=’error’...feature + "_" + str(category) .E.g. feature X with values 1, 6, 7...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.OneHotEncoder.html
    Thu Oct 30 14:56:38 UTC 2025
      168.2K bytes
      Cache
     
  2. RandomTreesEmbedding scikit-learn 1.7.2 docum...

    [[ 0 , 0 ], [ 1 , 0 ], [ 0 , 1 ], [ - 1 , 0 ], [ 0 , - 1 ]] >>>...3-42, 2006. [ 2 ] Moosmann, F. and Triggs, B. and Jurie, F. Fast...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomTreesEmbedding.html
    Thu Oct 30 14:56:38 UTC 2025
      154K bytes
      Cache
     
  3. HashingVectorizer scikit-learn 1.7.2 document...

    ngram_range=(1 , 1) , analyzer='word' , n_features=1048576 , binary=False...input='content' , encoding='utf-8' , decode_error='strict' , strip_accents=None...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.HashingVectorizer.html
    Thu Oct 30 14:56:39 UTC 2025
      144.7K bytes
      Cache
     
  4. make_classification scikit-learn 1.7.2 docume...

    [np.int64(0), np.int64(0), np.int64(1), np.int64(1), np.int64(0)].... shape (100, 20) >>> y . shape (100,) >>> list ( y [: 5 ]) [np.int64(0),...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_classification.html
    Thu Oct 30 14:56:38 UTC 2025
      135.8K bytes
      Cache
     
  5. available_if scikit-learn 1.7.2 documentation

    HelloIfEven : ... def __init__ ( self , x ): ... self . x = x ... ... def..._x_is_even ( self ): ... return self . x % 2 == 0 ... ... @available_if...
    scikit-learn.org/stable/modules/generated/sklearn.utils.metaestimators.available_if.html
    Thu Oct 30 14:56:39 UTC 2025
      109K bytes
      2 views
      Cache
     
  6. quantile_transform scikit-learn 1.7.2 documen...

    normal ( loc = 0.5 , scale = 0.25 , size = ( 25 , 1 )), axis =...random_state = 0 , copy = True ) array([...]) Gallery examples # Effect...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.quantile_transform.html
    Thu Oct 30 14:56:38 UTC 2025
      117K bytes
      Cache
     
  7. OneVsRestClassifier scikit-learn 1.7.2 docume...

    . [ 8 , 10 ], ... [ - 5 , 5.5 ], ... [ - 5.4 , 5.5 ], ... [ -...- 20 , - 20 ], ... [ - 15 , - 20 ] ... ]) >>> y = np . array...
    scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsRestClassifier.html
    Thu Oct 30 14:56:38 UTC 2025
      150.6K bytes
      Cache
     
  8. TunedThresholdClassifierCV scikit-learn 1.7.2...

    = [ 0.9 , 0.1 ], class_sep = 0.8 , random_state = 42 ... ) >>>...object (e.g., function) with signature scorer(estimator, X, y) ....
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.TunedThresholdClassifierCV.html
    Thu Oct 30 14:56:38 UTC 2025
      148.2K bytes
      Cache
     
  9. DecisionBoundaryDisplay scikit-learn 1.7.2 do...

    max ()), ... np . linspace ( iris . data [:, 1 ] . min (), iris...iris . data [:, 1 ] . max ()) ... ) >>> grid = np . vstack ([ feature_1...
    scikit-learn.org/stable/modules/generated/sklearn.inspection.DecisionBoundaryDisplay.html
    Thu Oct 30 14:56:38 UTC 2025
      154.7K bytes
      Cache
     
  10. plot_classifier_comparison.rst.txt

    KNeighborsClassifier(3), SVC(kernel="linear", C=0.025, random_state=42), SVC(gamma=2,...Process", "Decision Tree", "Random Forest", "Neural Net", "AdaBoost",...
    scikit-learn.org/stable/_sources/auto_examples/classification/plot_classifier_comparison.rst.txt
    Thu Oct 30 14:56:38 UTC 2025
      7.8K bytes
     
Back to top