Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 171 - 180 of 3,230 for 1 (0.53 sec)

  1. GaussianRandomProjection — scikit-learn 1.7.1 d...

    Added in version 1.1. n_features_in_ int Number of...n_components = 'auto' , * , eps = 0.1 , compute_inverse_components =...
    scikit-learn.org/stable/modules/generated/sklearn.random_projection.GaussianRandomProjection.html
    Sat Aug 02 00:15:38 UTC 2025
      129.9K bytes
      Cache
     
  2. ClusterMixin — scikit-learn 1.7.1 documentation

    fit_predict ( X ) array([1, 1, 1]) fit_predict ( X , y = None...) ... return self >>> X = [[ 1 , 2 ], [ 2 , 3 ], [ 3 , 4 ]] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.base.ClusterMixin.html
    Sat Aug 02 00:15:36 UTC 2025
      109.1K bytes
      Cache
     
  3. OrthogonalMatchingPursuit — scikit-learn 1.7.1 ...

    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
    Sat Aug 02 00:15:38 UTC 2025
      134K bytes
      2 views
      Cache
     
  4. AdditiveChi2Sampler — scikit-learn 1.7.1 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
    Sat Aug 02 00:15:38 UTC 2025
      129K bytes
      Cache
     
  5. LabelPropagation — scikit-learn 1.7.1 documenta...

    means 1 unless in a joblib.parallel_backend context. -1 means...all strings. Added in version 1.0. n_iter_ int Number of iterations...
    scikit-learn.org/stable/modules/generated/sklearn.semi_supervised.LabelPropagation.html
    Sat Aug 02 00:15:38 UTC 2025
      131K bytes
      Cache
     
  6. HalvingGridSearchCV — scikit-learn 1.7.1 docume...

    means 1 unless in a joblib.parallel_backend context. -1 means...for a classification problem 1 when resource != 'n_samples' ‘exhaust’...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.HalvingGridSearchCV.html
    Sat Aug 02 00:15:38 UTC 2025
      160.8K bytes
      Cache
      Similar Results (1)
     
  7. BaseEstimator — scikit-learn 1.7.1 documentation

    array ([ 1 , 0 , 1 ]) >>> estimator . fit ( X ,...__init__ ( self , * , param = 1 ): ... self . param = param ......
    scikit-learn.org/stable/modules/generated/sklearn.base.BaseEstimator.html
    Sat Aug 02 00:15:38 UTC 2025
      118.4K bytes
      1 views
      Cache
     
  8. Nystroem — scikit-learn 1.7.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 Aug 02 00:15:35 UTC 2025
      138.1K bytes
      Cache
     
  9. indexable — scikit-learn 1.7.1 documentation

    [ 1 , 2 , 3 ], np . array ([ 2 , 3...>>> indexable ( * iterables ) [[1, 2, 3], array([2, 3, 4]), None,...
    scikit-learn.org/stable/modules/generated/sklearn.utils.indexable.html
    Sat Aug 02 00:15:35 UTC 2025
      106.8K bytes
      Cache
     
  10. SelectFpr — scikit-learn 1.7.1 documentation

    Added in version 1.0. See also f_classif ANOVA F-value..."x1", ..., "x(n_features_in_ - 1)"] . If input_features is an array-like,...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFpr.html
    Sat Aug 02 00:15:38 UTC 2025
      132.7K bytes
      Cache
     
Back to top