Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 271 - 280 of 3,451 for 1 (0.28 sec)

  1. johnson_lindenstrauss_min_dim — scikit-learn 1....

    defined by: (1 - eps) ||u - v||^2 < ||p(u) - p(v)||^2 < (1 + eps) ||u...]0, 1[ and p is a projection by a random Gaussian N(0, 1) matrix...
    scikit-learn.org/stable/modules/generated/sklearn.random_projection.johnson_lindenstrauss_min_dim...
    Wed Oct 30 20:01:23 UTC 2024
      109.8K bytes
      Cache
     
  2. PredictionErrorDisplay — scikit-learn 1.5.2 doc...

    scikit-learn 1.2 Release Highlights for scikit-learn 1.2 Combine...Evaluation Guide . Added in version 1.2. Parameters : y_true ndarray...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.PredictionErrorDisplay.html
    Thu Oct 31 11:00:34 UTC 2024
      139.3K bytes
      Cache
     
  3. jaccard_score — scikit-learn 1.5.2 documentation

    1 , 1 ], ... [ 1 , 1 , 0 ]]) >>> y_pred =...= np . array ([[ 1 , 1 , 1 ], ... [ 1 , 0 , 0 ]]) In the binary...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.jaccard_score.html
    Thu Oct 31 11:00:34 UTC 2024
      119.2K bytes
      Cache
     
  4. RepeatedStratifiedKFold — scikit-learn 1.5.2 do...

    array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]])...>>> y = np . array ([ 0 , 0 , 1 , 1 ]) >>> rskf = RepeatedStratifiedKF...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedStratifiedKFold.html
    Thu Oct 31 11:00:34 UTC 2024
      119.6K bytes
      Cache
     
  5. kneighbors_graph — scikit-learn 1.5.2 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
    Thu Oct 31 11:00:32 UTC 2024
      112.7K bytes
      Cache
     
  6. GroupShuffleSplit — scikit-learn 1.5.2 document...

    index=[0 1], group=[1 1] Fold 1: Train: index=[0 1 5 6 7], group=[1...shape = ( 8 , 1 )) >>> groups = np . array ([ 1 , 1 , 2 , 2 , 2...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupShuffleSplit.html
    Thu Oct 31 11:00:34 UTC 2024
      127.3K bytes
      Cache
     
  7. Release Highlights for scikit-learn 1.3 — sciki...

    scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...array ([ 0 , 1 , 6 , np . nan ]) . reshape ( - 1 , 1 ) y = [ 0 ,...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_3_0.html
    Thu Oct 31 11:00:32 UTC 2024
      111.8K bytes
      Cache
     
  8. Release Highlights for scikit-learn 1.4 — sciki...

    0 1.0 0.862662 1.0 0.0 1.401826 0.0 1.0 -0.754829 1.0 0.0...array ([ 0 , 1 , 6 , np . nan ]) . reshape ( - 1 , 1 ) y = [ 0 ,...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_4_0.html
    Thu Oct 31 11:00:34 UTC 2024
      150.6K bytes
      Cache
     
  9. ElasticNetCV — scikit-learn 1.5.2 documentation

    l1_ratio = 1 it is an L1 penalty. For 0 < l1_ratio < 1 , the penalty...(i.e. Ridge), as in [.1, .5, .7, .9, .95, .99, 1] . eps float, default=1e-3...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNetCV.html
    Thu Oct 31 11:00:34 UTC 2024
      164.5K bytes
      Cache
     
  10. LinearRegression — scikit-learn 1.5.2 documenta...

    ([[ 1 , 1 ], [ 1 , 2 ], [ 2 , 2 ], [ 2 , 3 ]]) >>> # y = 1 * x_0...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LinearRegression.html
    Thu Oct 31 11:00:32 UTC 2024
      150.3K bytes
      Cache
      Similar Results (1)
     
Back to top