Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 451 - 460 of 3,230 for 1 (0.09 sec)

  1. shuffle — scikit-learn 1.7.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
    Sat Aug 02 00:15:36 UTC 2025
      114.6K bytes
      Cache
     
  2. SparseRandomProjection — scikit-learn 1.7.1 doc...

    with probability 1 / 2s 0 with probability 1 - 1 / s +sqrt(s) /...Added in version 1.1. density_ float in range 0.0 - 1.0 Concrete density...
    scikit-learn.org/stable/modules/generated/sklearn.random_projection.SparseRandomProjection.html
    Sat Aug 02 00:15:35 UTC 2025
      135.8K bytes
      Cache
     
  3. BisectingKMeans — scikit-learn 1.7.1 documentation

    array ([[ 1 , 1 ], [ 10 , 1 ], [ 3 , 1 ], ... [ 10 , 0...scikit-learn 1.1 Release Highlights for scikit-learn 1.1 On this page...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.BisectingKMeans.html
    Sat Aug 02 00:15:36 UTC 2025
      151.5K bytes
      Cache
     
  4. Kernel Approximation — scikit-learn 1.7.1 docum...

    Examples concerning the sklearn.kernel_approximation module. Scalable learning with polynomial kernel approximation
    scikit-learn.org/stable/auto_examples/kernel_approximation/index.html
    Sat Aug 02 00:15:37 UTC 2025
      73.7K bytes
      Cache
     
  5. Covariance estimation — scikit-learn 1.7.1 docu...

    Examples concerning the sklearn.covariance module. Ledoit-Wolf vs OAS estimation Robust covariance estimation and Mahalanobis distances relevance Robust vs Empirical covariance estimate Shrinkage c...
    scikit-learn.org/stable/auto_examples/covariance/index.html
    Sat Aug 02 00:15:37 UTC 2025
      76.5K bytes
      Cache
     
  6. Developing Estimators — scikit-learn 1.7.1 docu...

    Examples concerning the development of Custom Estimator.__sklearn_is_fitted__ as Developer API
    scikit-learn.org/stable/auto_examples/developing_estimators/index.html
    Sat Aug 02 00:15:35 UTC 2025
      73.4K bytes
      Cache
     
  7. Hyperparameter — scikit-learn 1.7.1 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
    Sat Aug 02 00:15:38 UTC 2025
      116.5K bytes
      Cache
     
  8. ARDRegression — scikit-learn 1.7.1 documentation

    [ 1 , 1 ], [ 2 , 2 ]], [ 0 , 1 , 2 ]) ARDRegression()...>>> clf . predict ([[ 1 , 1 ]]) array([1.]) Comparing Linear Bayesian...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ARDRegression.html
    Sat Aug 02 00:15:36 UTC 2025
      141.3K bytes
      Cache
     
  9. OneVsOneClassifier — scikit-learn 1.7.1 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
    Sat Aug 02 00:15:38 UTC 2025
      142.2K bytes
      Cache
     
  10. clone — scikit-learn 1.7.1 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
    Sat Aug 02 00:15:38 UTC 2025
      108.8K bytes
      Cache
     
Back to top