Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 301 - 310 of 2,630 for 2 (0.07 sec)

  1. SplineTransformer — scikit-learn 1.5.2 document...

    Must be larger or equal 2. Ignored if knots is array-like....scipy>=1.8 . Added in version 1.2. Attributes : bsplines_ list of...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.SplineTransformer.html
    Tue Sep 17 17:21:47 UTC 2024
      141.6K bytes
      Cache
     
  2. FunctionTransformer — scikit-learn 1.5.2 docume...

    then X will be converted to a 2-dimensional NumPy array or sparse...X = np . array ([[ 0 , 1 ], [ 2 , 3 ]]) >>> transformer . transform...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.FunctionTransformer.html
    Wed Sep 18 20:56:26 UTC 2024
      139.2K bytes
      Cache
     
  3. RegressorChain — scikit-learn 1.5.2 documentation

    2 ], [ 1 , 1 ], [ 2 , 0 ]] >>> chain = RegressorChain...predict ( X ) array([[0., 2.], [1., 1.], [2., 0.]]) fit ( X , Y ,...
    scikit-learn.org/stable/modules/generated/sklearn.multioutput.RegressorChain.html
    Tue Sep 17 17:21:47 UTC 2024
      132.3K bytes
      Cache
     
  4. PLSSVD — scikit-learn 1.5.2 documentation

    [ 2. , 2. , 2. ], ... [ 2. , 5. , 4. ]]) >>>...([[ 0.1 , - 0.2 ], ... [ 0.9 , 1.1 ], ... [ 6.2 , 5.9 ], ... [...
    scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSSVD.html
    Wed Sep 18 20:56:25 UTC 2024
      129.5K bytes
      Cache
     
  5. smacof — scikit-learn 1.5.2 documentation

    2 ], [ 1 , 0 , 3 ],[ 2 , 3 , 0 ]]) >>> dissimilarities...metric = True , n_components = 2 , init = None , n_init = 8 , n_jobs...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.smacof.html
    Wed Sep 18 20:56:26 UTC 2024
      115.5K bytes
      Cache
     
  6. NeighborhoodComponentsAnalysis — scikit-learn 1...

    ize will be set to verbose - 2 . random_state int or numpy.RandomState,...~roweis/papers/ncanips.pdf [ 2 ] Wikipedia entry on Neighborhood...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NeighborhoodComponentsAnalysis.html
    Tue Sep 17 17:21:48 UTC 2024
      142.2K bytes
      Cache
     
  7. Product — scikit-learn 1.5.2 documentation

    takes two kernels \(k_1\) and \(k_2\) and combines them via \[k_{prod}(X,...\[k_{prod}(X, Y) = k_1(X, Y) * k_2(X, Y)\] Note that the __mul__ magic...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Product.html
    Wed Sep 18 20:56:26 UTC 2024
      121.5K bytes
      Cache
     
  8. make_regression — scikit-learn 1.5.2 documentation

    n_features = 2 , noise = 1 , random_state = 42...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_regression.html
    Wed Sep 18 20:56:26 UTC 2024
      119.2K bytes
      Cache
     
  9. trustworthiness — scikit-learn 1.5.2 documentation

    defined as \[T(k) = 1 - \frac{2}{nk (2n - 3k - 1)} \sum^n_{i=1}...Should be fewer than n_samples / 2 to ensure the trustworthiness...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.trustworthiness.html
    Wed Sep 18 20:56:25 UTC 2024
      110.2K bytes
      Cache
     
  10. MinCovDet — scikit-learn 1.5.2 documentation

    (n_samples + n_features + 1) / 2 * n_samples . The parameter must...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.MinCovDet.html
    Wed Sep 18 20:56:23 UTC 2024
      143.9K bytes
      Cache
     
Back to top