Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 141 - 150 of 2,950 for 1 (5.57 sec)

  1. StratifiedKFold — scikit-learn 1.6.1 documentation

    array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]])...>>> y = np . array ([ 0 , 0 , 1 , 1 ]) >>> skf = StratifiedKFold...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedKFold.html
    Sat Apr 19 00:31:22 UTC 2025
      124.6K bytes
      Cache
     
  2. shuffle — scikit-learn 1.6.1 documentation

    1.], [1., 0.]]) >>> y array([2, 1, 0]) >>> shuffle...>>> X = np . array ([[ 1. , 0. ], [ 2. , 1. ], [ 0. , 0. ]]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.utils.shuffle.html
    Thu Apr 17 23:17:18 UTC 2025
      115K bytes
      Cache
     
  3. empirical_covariance — scikit-learn 1.6.1 docum...

    >>> X = [[ 1 , 1 , 1 ],[ 1 , 1 , 1 ],[ 1 , 1 , 1 ], ... [ 0 ,...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.empirical_covariance.html
    Sat Apr 19 00:31:22 UTC 2025
      109.2K bytes
      Cache
     
  4. Nystroem — scikit-learn 1.6.1 documentation

    means 1 unless in a joblib.parallel_backend context. -1 means...all strings. Added in version 1.0. See also AdditiveChi2Sampler...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.Nystroem.html
    Sat Apr 19 00:31:22 UTC 2025
      137.3K bytes
      Cache
     
  5. OneHotEncoder — scikit-learn 1.6.1 documentation

    scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...'Female' , 1 ], [ 'Male' , 4 ]]) . toarray () array([[1., 0., 1., 0.,...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.OneHotEncoder.html
    Sat Apr 19 00:31:20 UTC 2025
      169.5K bytes
      Cache
     
  6. BernoulliRBM — scikit-learn 1.6.1 documentation

    1 , 1 ], [ 1 , 0 , 1 ], [ 1 , 1 , 1 ]]) >>> model...= 256 , * , learning_rate = 0.1 , batch_size = 10 , n_iter = 10...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.BernoulliRBM.html
    Sat Apr 19 00:31:21 UTC 2025
      136.2K bytes
      Cache
     
  7. RANSACRegressor — scikit-learn 1.6.1 documentation

    min_samples int (>= 1) or float ([0, 1]), default=None Minimum...min_samples is chosen as X.shape[1] + 1 . This parameter is highly...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.RANSACRegressor.html
    Sat Apr 19 00:31:20 UTC 2025
      144.2K bytes
      Cache
     
  8. IsolationForest — scikit-learn 1.6.1 documentation

    1 ], [ 0 ], [ 90 ]]) array([ 1, 1, -1]) For an example...from 0.1 to 'auto' . max_features int or float, default=1.0 The...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.IsolationForest.html
    Sat Apr 19 00:31:20 UTC 2025
      149.2K bytes
      Cache
     
  9. DetCurveDisplay — scikit-learn 1.6.1 documentation

    y_true is in {-1, 1} or {0, 1}, pos_label is set to 1, otherwise...y_true is in {-1, 1} or {0, 1}, pos_label is set to 1, otherwise...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.DetCurveDisplay.html
    Sat Apr 19 00:31:21 UTC 2025
      135.3K bytes
      Cache
     
  10. MLPClassifier — scikit-learn 1.6.1 documentation

    :]) array([1, 0, 1, 0, 1]) >>> clf . score ( X_test..., validation_fraction = 0.1 , beta_1 = 0.9 , beta_2 = 0.999 ,...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPClassifier.html
    Sat Apr 19 00:31:21 UTC 2025
      159K bytes
      Cache
     
Back to top