Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 171 - 180 of over 10,000 for 1 (0.15 seconds)

Filter
  1. OrthogonalMatchingPursuit — scikit-learn 1.8.0 ...

    either set to 10% of n_features or 1, whichever is greater. tol float,...either set to 10% of n_features or 1, whichever is greater. n_features_in_...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.OrthogonalMatchingPursuit.html
    Mon Mar 23 20:39:21 UTC 2026
      17.2K bytes
      Cache
     
  2. img_to_graph — scikit-learn 1.8.0 documentation

    1], [0, 0, 0, 1], [0, 1, 1, 1]]) On this page...np . array ([[ 0 , 0 ], [ 0 , 1 ]]) >>> img_to_graph ( img , return_as...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.image.img_to_graph.html
    Mon Mar 23 20:39:21 UTC 2026
      13.1K bytes
      Cache
     
  3. _safe_indexing — scikit-learn 1.8.0 documentation

    array([1, 2]) >>> _safe_indexing ( data , 0 , axis = 1 ) # select...integer are supported. If axis=1 : to select a single column, indices...
    scikit-learn.org/stable/modules/generated/sklearn.utils._safe_indexing.html
    Mon Mar 23 20:39:21 UTC 2026
      13.5K bytes
      Cache
     
  4. RegressorChain — scikit-learn 1.8.0 documentation

    = [[ 1 , 0 ], [ 0 , 1 ], [ 1 , 1 ]], [[ 0 , 2 ], [ 1 , 1 ], [...order = [ 0 , 1 , 2 , ... , Y . shape [ 1 ] - 1 ] The order of...
    scikit-learn.org/stable/modules/generated/sklearn.multioutput.RegressorChain.html
    Mon Mar 23 20:39:21 UTC 2026
      17K bytes
      Cache
     
  5. Hyperparameter — scikit-learn 1.8.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
    Mon Mar 23 20:39:23 UTC 2026
      14.4K bytes
      Cache
     
  6. clone — scikit-learn 1.8.0 documentation

    >>> X = [[ - 1 , 0 ], [ 0 , 1 ], [ 0 , - 1 ], [ 1 , 0 ]] >>> y...y = [ 0 , 0 , 1 , 1 ] >>> classifier = LogisticRegression ()...
    scikit-learn.org/stable/modules/generated/sklearn.base.clone.html
    Mon Mar 23 20:39:23 UTC 2026
      13.4K bytes
      Cache
     
  7. AdditiveChi2Sampler — scikit-learn 1.8.0 docume...

    transformed into 2*sample_steps-1 features, where sample_steps is...values of sample_steps include 1, 2 and 3. Optimal choices for...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.AdditiveChi2Sampler.html
    Mon Mar 23 20:39:23 UTC 2026
      15.9K bytes
      Cache
     
  8. SelfTrainingClassifier — scikit-learn 1.8.0 doc...

    Added in version 1.6: estimator was added to replace...criterion='threshold' . Should be in [0, 1). When using the 'threshold' criterion,...
    scikit-learn.org/stable/modules/generated/sklearn.semi_supervised.SelfTrainingClassifier.html
    Mon Mar 23 20:39:23 UTC 2026
      17.2K bytes
      Cache
     
  9. OneHotEncoder — scikit-learn 1.8.0 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
    Mon Mar 23 20:39:21 UTC 2026
      22.3K bytes
      Cache
     
  10. 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 Mar 23 20:39:20 UTC 2026
      15.2K bytes
      Cache
     
Back to Top