Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 101 - 110 of 3,521 for 1 (0.07 sec)

  1. KernelPCA — scikit-learn 1.6.0 documentation

    coef0 = 1 , kernel_params = None , alpha = 1.0 , fit_inverse_transform...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.KernelPCA.html
    Fri Dec 20 11:14:14 UTC 2024
      147.7K bytes
      Cache
     
  2. LocallyLinearEmbedding — scikit-learn 1.7.dev0 ...

    n_neighbors > n_components * (1 + (n_components + 1) / 2 . see reference...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/dev/modules/generated/sklearn.manifold.LocallyLinearEmbedding.html
    Mon Dec 09 18:03:47 UTC 2024
      137K bytes
      Cache
      Similar Results (1)
     
  3. Version 1.6 — scikit-learn 1.7.dev0 documentation

    was deprecated in 1.6 and will be removed in 1.8. It has no effect...GitHub Choose version Version 1.6 # For a short description of...
    scikit-learn.org/dev/whats_new/v1.6.html
    Thu Dec 19 13:16:23 UTC 2024
      151.9K bytes
      Cache
     
  4. 4.1. Partial Dependence and Individual Conditio...

    1.1. Partial dependence plots # Partial..., learning_rate = 1.0 , ... max_depth = 1 , random_state = 0...
    scikit-learn.org/stable/modules/partial_dependence.html
    Fri Dec 20 11:14:14 UTC 2024
      59.4K bytes
      Cache
     
  5. SVC — scikit-learn 1.6.0 documentation

    array ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ 1 , 1 ], [ 2 , 1 ]]) >>>...default=-1 Hard limit on iterations within solver, or -1 for no...
    scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html
    Fri Dec 20 11:14:14 UTC 2024
      182.3K bytes
      Cache
     
  6. KNeighborsTransformer — scikit-learn 1.7.dev0 d...

    () array([[1., 0., 1.], [0., 1., 1.], [1., 0., 1.]]) set_output...bors=1) >>> print ( neigh . kneighbors ([[ 1. , 1. , 1. ]]))...
    scikit-learn.org/dev/modules/generated/sklearn.neighbors.KNeighborsTransformer.html
    Mon Dec 09 18:03:46 UTC 2024
      146.3K bytes
      Cache
      Similar Results (1)
     
  7. CCA — scikit-learn 1.6.0 documentation

    1 , - 0.2 ], [ 0.9 , 1.1 ], [ 6.2 , 5.9 ],...version 1.5: Y is deprecated in 1.5 and will be removed in 1.7. Use...
    scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.CCA.html
    Fri Dec 20 11:14:14 UTC 2024
      161.7K bytes
      Cache
     
  8. DotProduct — scikit-learn 1.6.0 documentation

    1)\) priors on the coefficients of \(x_d (d = 1, . . ....nels. DotProduct ( sigma_0 = 1.0 , sigma_0_bounds = (1e-05, 100000.0)...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.DotProduct.html
    Fri Dec 20 11:14:14 UTC 2024
      127.2K bytes
      Cache
     
  9. MeanShift — scikit-learn 1.6.0 documentation

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...clustering . labels_ array([1, 1, 1, 0, 0, 0]) >>> clustering ....
    scikit-learn.org/stable/modules/generated/sklearn.cluster.MeanShift.html
    Fri Dec 20 11:14:14 UTC 2024
      127.3K bytes
      Cache
     
  10. QuadraticDiscriminantAnalysis — scikit-learn 1....

    ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...2 , 1 ], [ 3 , 2 ]]) >>> y = np . array ([ 1 , 1 , 1 , 2 , 2...
    scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.QuadraticDiscriminantAnal...
    Fri Dec 20 11:14:14 UTC 2024
      141.8K bytes
      Cache
      Similar Results (1)
     
Back to top