Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 171 - 180 of 2,898 for 1 (0.08 sec)

  1. IsolationForest — scikit-learn 1.7.0 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
    Fri Jun 06 09:13:46 UTC 2025
      147.6K bytes
      Cache
     
  2. StratifiedKFold — scikit-learn 1.7.0 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
    Fri Jun 06 09:13:47 UTC 2025
      124.7K bytes
      Cache
     
  3. MiniBatchNMF — scikit-learn 1.7.0 documentation

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 3 , 1.2 ], [ 4 , 1 ], [ 5 , 0.8...scikit-learn 1.1 Release Highlights for scikit-learn 1.1 On this page...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.MiniBatchNMF.html
    Fri Jun 06 09:13:47 UTC 2025
      155.2K bytes
      Cache
     
  4. BernoulliRBM — scikit-learn 1.7.0 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
    Fri Jun 06 09:13:47 UTC 2025
      135.8K bytes
      Cache
     
  5. assert_all_finite — scikit-learn 1.6.1 document...

    array ([ 1 , np . inf , np . nan , 4 ]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.utils.assert_all_finite.html
    Thu May 29 09:16:22 UTC 2025
      107.9K bytes
      Cache
     
  6. LearningCurveDisplay — scikit-learn 1.7.0 docum...

    1, 0.33, 0.55, 0.78, 1.]) , cv = None , scoring...(n_ticks,), default=np.linspace(0.1, 1.0, 5) Relative or absolute numbers...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LearningCurveDisplay.html
    Fri Jun 06 09:13:47 UTC 2025
      144.5K bytes
      Cache
     
  7. RANSACRegressor — scikit-learn 1.7.0 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
    Fri Jun 06 09:13:47 UTC 2025
      143.7K bytes
      Cache
     
  8. inplace_swap_row — scikit-learn 1.6.1 documenta...

    1 ) >>> csr . todense () matrix([[0,...
    scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.inplace_swap_row.html
    Thu May 29 09:16:23 UTC 2025
      108.3K bytes
      Cache
     
  9. OneVsOneClassifier — scikit-learn 1.7.0 documen...

    1, 0, 2, 0, 2, 0, 1, 1, 1]) decision_function...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsOneClassifier.html
    Thu Jun 05 22:21:58 UTC 2025
      142.5K bytes
      Cache
     
  10. GaussianMixture — scikit-learn 1.7.0 documentation

    array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], [ 10 , 2 ],...GaussianMixture ( n_components = 1 , * , covariance_type = 'full'...
    scikit-learn.org/stable/modules/generated/sklearn.mixture.GaussianMixture.html
    Fri Jun 06 09:13:46 UTC 2025
      152K bytes
      Cache
     
Back to top