Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 401 - 410 of 2,618 for 2 (0.07 sec)

  1. plot_hgbt_regression.ipynb

    showcasing all points except 2 and 6 in a real life\nsetting.\n"...label=\"recorded average\", linewidth=2, ax=ax)\n\nfor idx, max_iter in...
    scikit-learn.org/stable/_downloads/cb9a8a373677fb481fe43a11d8fa0e94/plot_hgbt_regression.ipynb
    Tue Aug 05 13:16:23 UTC 2025
      20.2K bytes
      1 views
     
  2. MLPRegressor — scikit-learn 1.7.1 documentation

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...validation_fraction = 0.1 , beta_1 = 0.9 , beta_2 = 0.999 , epsilon = 1e-08 , n_iter_no_change...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html
    Wed Aug 06 18:27:58 UTC 2025
      163.1K bytes
      Cache
     
  3. SpectralBiclustering — scikit-learn 1.7.1 docum...

    [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...SpectralBiclustering ( n_clusters = 2 , random_state = 0 ) . fit ( X...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.SpectralBiclustering.html
    Thu Aug 07 12:27:54 UTC 2025
      130.1K bytes
      Cache
     
  4. PowerTransformer — scikit-learn 1.7.1 documenta...

    2 ], [ 3 , 2 ], [ 4 , 5 ]] >>> print...0 and lambda_ != 2 : X_original = 1 - ( - ( 2 - lambda_ ) * X...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.PowerTransformer.html
    Tue Aug 05 13:16:24 UTC 2025
      136.2K bytes
      1 views
      Cache
     
  5. fowlkes_mallows_score — scikit-learn 1.7.1 docu...

    American Statistical Association [ 2 ] Wikipedia entry for the Fowlkes-Mallows...([ 0 , 0 , 0 , 0 ], [ 0 , 1 , 2 , 3 ]) 0.0 On this page This Page...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.fowlkes_mallows_score.html
    Thu Aug 07 12:27:55 UTC 2025
      110.9K bytes
      Cache
     
  6. lasso_path — scikit-learn 1.7.1 documentation

    is: ( 1 / ( 2 * n_samples )) * || y - Xw ||^ 2_2 + alpha * ||...it is: ( 1 / ( 2 * n_samples )) * || Y - XW ||^ 2 _Fro + alpha...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.lasso_path.html
    Thu Aug 07 12:27:55 UTC 2025
      121.2K bytes
      Cache
     
  7. HDBSCAN — scikit-learn 1.7.1 documentation

    inf) are given the label -2. Samples with missing data are...clusters. That is to say, the -1, -2, -3 labels for the outlier clusters...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.HDBSCAN.html
    Thu Aug 07 12:27:54 UTC 2025
      141.4K bytes
      Cache
     
  8. MultiTaskLasso — scikit-learn 1.7.1 documentation

    2 ], [ 2 , 4 ]], [[ 0 , 0 ], [ 1 , 1 ], [ 2 , 3 ]]) ...it is: 1 / ( 2 * n_samples ) * || y - Xw ||^ 2_2 + alpha * l1_ratio...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLasso.html
    Thu Aug 07 12:27:52 UTC 2025
      156.9K bytes
      Cache
     
  9. mutual_info_classif — scikit-learn 1.7.1 docume...

    [ 2 ] ( 1 , 2 ) A. Kraskov, H. Stogbauer...neighbors distances as described in [2] and [3] . Both methods are based...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.mutual_info_classif.html
    Thu Aug 07 12:27:52 UTC 2025
      114.9K bytes
      Cache
     
  10. CCA — scikit-learn 1.7.1 documentation

    [ 2. , 2. , 2. ], [ 3. , 5. , 4. ]] >>>...y = [[ 0.1 , - 0.2 ], [ 0.9 , 1.1 ], [ 6.2 , 5.9 ], [ 11.9 ,...
    scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.CCA.html
    Thu Aug 07 12:27:54 UTC 2025
      158.5K bytes
      Cache
     
Back to top