Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 151 - 160 of 2,898 for 1 (0.09 sec)

  1. RepeatedKFold — scikit-learn 1.7.0 documentation

    array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]])...>>> y = np . array ([ 0 , 0 , 1 , 1 ]) >>> rkf = RepeatedKFold (...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedKFold.html
    Fri Jun 06 09:13:47 UTC 2025
      119.4K bytes
      Cache
     
  2. KNNImputer — scikit-learn 1.7.0 documentation

    1-D arrays) of X and Y , respectively....is always 0 . Added in version 1.2. Attributes : indicator_ MissingIndicator...
    scikit-learn.org/stable/modules/generated/sklearn.impute.KNNImputer.html
    Fri Jun 06 09:13:46 UTC 2025
      133.6K bytes
      Cache
     
  3. SpectralEmbedding — scikit-learn 1.7.0 document...

    means 1 unless in a joblib.parallel_backend context. -1 means...If None, gamma will be set to 1/n_features. random_state int,...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.SpectralEmbedding.html
    Fri Jun 06 09:13:47 UTC 2025
      129.3K bytes
      Cache
     
  4. RBFSampler — scikit-learn 1.7.0 documentation

    [ 1 , 1 ], [ 1 , 0 ], [ 0 , 1 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>>...in version 1.2: The option "scale" was added in 1.2. n_components...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.RBFSampler.html
    Fri Jun 06 09:13:47 UTC 2025
      130.9K bytes
      1 views
      Cache
     
  5. chi2 — scikit-learn 1.7.0 documentation

    array ([[ 1 , 1 , 3 ], ... [ 0 , 1 , 5 ], ... [ 5 , 4 , 1 ], ......y = np . array ([ 1 , 1 , 0 , 0 , 2 , 2 ]) >>> chi2_stats , p_values...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.chi2.html
    Fri Jun 06 09:13:47 UTC 2025
      111.2K bytes
      Cache
     
  6. ExtraTreesClassifier — scikit-learn 1.7.0 docum...

    [{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
    Fri Jun 06 09:13:46 UTC 2025
      167.6K bytes
      Cache
     
  7. RFECV — scikit-learn 1.7.0 documentation

    ranking_ array([1, 1, 1, 1, 1, 6, 4, 3, 2, 5]) decision_function...estimator , * , step = 1 , min_features_to_select = 1 , cv = None , scoring...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFECV.html
    Fri Jun 06 09:13:47 UTC 2025
      157.7K bytes
      Cache
     
  8. Hyperparameter — scikit-learn 1.7.0 documentation

    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
    Fri Jun 06 09:13:46 UTC 2025
      116.5K bytes
      Cache
     
  9. SGDOneClassSVM — scikit-learn 1.7.0 documentation

    array ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ 1 , 1 ], [ 2 , 1 ]]) >>>...labels for X. Returns -1 for outliers and 1 for inliers. Parameters...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDOneClassSVM.html
    Fri Jun 06 09:13:47 UTC 2025
      154.4K bytes
      Cache
     
  10. SequentialFeatureSelector — scikit-learn 1.7.0 ...

    version 1.1: The option "auto" was added in version 1.1. Changed...version 1.3: The default changed from "warn" to "auto" in 1.3. tol...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SequentialFeatureSelector.html
    Fri Jun 06 09:13:47 UTC 2025
      143.1K bytes
      Cache
     
Back to top