Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 811 - 820 of 3,455 for 1 (0.09 sec)

  1. fastica — scikit-learn 1.6.0 documentation

    The implementation is based on [1] . Read more in the User Guide...performed. Changed in version 1.3: The default value of whiten...
    scikit-learn.org/stable/modules/generated/fastica-function.html
    Fri Dec 20 11:14:16 UTC 2024
      117.8K bytes
      Cache
     
  2. ClusterMixin — scikit-learn 1.6.0 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
    Mon Dec 23 08:41:44 UTC 2024
      109.3K bytes
      Cache
     
  3. Theil-Sen Regression — scikit-learn 1.6.0 docum...

    than or equal to n_features + 1. The final slope and intercept...Linear model y = 3*x + N(2, 0.1**2) x = np . random . randn (...
    scikit-learn.org/stable/auto_examples/linear_model/plot_theilsen.html
    Mon Dec 23 08:41:44 UTC 2024
      103.6K bytes
      Cache
     
  4. GaussianRandomProjection — scikit-learn 1.6.0 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
    Mon Dec 23 08:41:44 UTC 2024
      130.1K bytes
      Cache
     
  5. AdditiveChi2Sampler — scikit-learn 1.6.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
    Fri Dec 20 11:14:16 UTC 2024
      129.2K bytes
      Cache
     
  6. LabelPropagation — scikit-learn 1.6.0 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
    Fri Dec 20 11:14:16 UTC 2024
      131.2K bytes
      Cache
     
  7. Version 0.21 — scikit-learn 1.6.0 documentation

    threaded for n_jobs > 1 or n_jobs = -1 . #12955 by Prabakaran...linear_model.ARDRegression and Scipy>=1.3.0. Adapts to upstream changes...
    scikit-learn.org/stable/whats_new/v0.21.html
    Mon Dec 23 08:41:44 UTC 2024
      209.6K bytes
      Cache
      Similar Results (1)
     
  8. randomized_range_finder — scikit-learn 1.6.0 do...

    array ([[ 1 , 2 , 3 ], [ 4 , 5 , 6 ], [ 7...
    scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.randomized_range_finder.html
    Fri Dec 20 11:14:14 UTC 2024
      109.3K bytes
      Cache
     
  9. Inductive Clustering — scikit-learn 1.6.0 docum...

    cluster_std = [ 1.0 , 1.0 , 0.5 ], centers = [( - 5.... scatter ( X [:, 0 ], X [:, 1 ], c = color , alpha = alpha ,...
    scikit-learn.org/stable/auto_examples/cluster/plot_inductive_clustering.html
    Mon Dec 23 08:41:44 UTC 2024
      102.1K bytes
      Cache
     
  10. indexable — scikit-learn 1.6.0 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
    Fri Dec 20 11:14:14 UTC 2024
      107K bytes
      Cache
     
Back to top