Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 141 - 150 of 3,257 for 1 (0.33 sec)

  1. kneighbors_graph — scikit-learn 1.7.1 documenta...

    () array([[1., 0., 1.], [0., 1., 1.], [1., 0., 1.]]) Gallery...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.kneighbors_graph.html
    Sat Aug 02 00:15:38 UTC 2025
      113.6K bytes
      Cache
     
  2. 1.10. Decision Trees — scikit-learn 1.7.1 docum...

    1 , 2 , 3 ]) . reshape ( - 1 , 1 ) >>> y = [ 0 , 1 , 1 , 1.... nan , - 1 , np . nan , 1 ]) . reshape ( - 1 , 1 ) >>> y = [...
    scikit-learn.org/stable/modules/tree.html
    Mon Aug 04 12:41:01 UTC 2025
      94.5K bytes
      Cache
     
  3. 7.7. Kernel Approximation — scikit-learn 1.7.1 ...

    [ 1 , 1 ], [ 1 , 0 ], [ 0 , 1 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>>...\Lambda^{-1} U_1^T K_{21}^T \\&= K_{21} U_1 \Lambda^{-1} U_1^T K_{21}^T...
    scikit-learn.org/stable/modules/kernel_approximation.html
    Mon Aug 04 12:41:03 UTC 2025
      62.2K bytes
      1 views
      Cache
     
  4. LassoLarsCV — scikit-learn 1.7.1 documentation

    means 1 unless in a joblib.parallel_backend context. -1 means...optimization objective for Lasso is: ( 1 / ( 2 * n_samples )) * || y -...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsCV.html
    Mon Aug 04 12:41:05 UTC 2025
      145.6K bytes
      Cache
     
  5. 1.6. Nearest Neighbors — scikit-learn 1.7.1 doc...

    ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...
    scikit-learn.org/stable/modules/neighbors.html
    Mon Aug 04 12:41:01 UTC 2025
      122.7K bytes
      Cache
     
  6. ExpSineSquared — scikit-learn 1.7.1 documentation

    ExpSineSquared ( length_scale = 1.0 , periodicity = 1.0 , length_scale_bounds...ExpSineSquared ( length_scale = 1 , periodicity = 1 ) >>> gpr = GaussianProcessRegre...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.ExpSineSquared.html
    Mon Aug 04 12:41:03 UTC 2025
      128.4K bytes
      Cache
     
  7. chi2 — scikit-learn 1.7.1 documentation

    array ([[ 1 , 1 , 3 ], ... [ 0 , 1 , 5 ], ... [ 5 , 4 , 1 ], ......y = np . array ([ 1 , 1 , 0 , 0 , 2 , 2 ]) >>> chi2_stats , p_values...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.chi2.html
    Mon Aug 04 12:41:03 UTC 2025
      111.2K bytes
      Cache
     
  8. PLSRegression — scikit-learn 1.7.1 documentation

    1 , - 0.2 ], [ 0.9 , 1.1 ], [ 6.2 , 5.9 ],...intercept_ . Added in version 1.1. n_iter_ list of shape (n_components,)...
    scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSRegression.html
    Mon Aug 04 12:41:05 UTC 2025
      160.2K bytes
      Cache
     
  9. affinity_propagation — scikit-learn 1.7.1 docum...

    array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2...>>> labels array([0, 0, 0, 1, 1, 1]) Gallery examples # Visualizing...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.affinity_propagation.html
    Mon Aug 04 12:41:05 UTC 2025
      114K bytes
      Cache
     
  10. LatentDirichletAllocation — scikit-learn 1.7.1 ...

    evaluate_every = -1 , total_samples = 1000000.0 , perp_tol = 0.1 , mean_change_tol...None, defaults to 1 / n_components . In [1] , this is called...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.LatentDirichletAllocation.html
    Mon Aug 04 12:41:03 UTC 2025
      152.5K bytes
      Cache
     
Back to top