Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 561 - 570 of 3,451 for 1 (0.1 sec)

  1. sklearn.kernel_ridge — scikit-learn 1.5.2 docum...

    Kernel ridge regression. User guide. See the Kernel ridge regression section for further details.
    scikit-learn.org/stable/api/sklearn.kernel_ridge.html
    Thu Oct 31 11:00:34 UTC 2024
      113.1K bytes
      Cache
     
  2. 12. Choosing the right estimator — scikit-learn...

    Often the hardest part of solving a machine learning problem can be finding the right estimator for the job. Different estimators are better suited for different types of data and different problem...
    scikit-learn.org/stable/machine_learning_map.html
    Thu Oct 31 11:00:34 UTC 2024
      226.3K bytes
      Cache
     
  3. 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
     
  4. 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
     
  5. 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
     
  6. 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
     
  7. 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
     
  8. 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)
     
  9. NMF — scikit-learn 1.5.2 documentation

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 3 , 1.2 ], [ 4 , 1 ], [ 5 , 0.8...version 1.5: Xt was deprecated in 1.5 and will be removed in 1.7....
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.NMF.html
    Thu Oct 31 11:00:34 UTC 2024
      144.6K bytes
      Cache
     
  10. FeatureHasher — scikit-learn 1.5.2 documentation

    -1., 0., -1., 0., 1.], [ 0., 0., 0., -1., 0., -1., 0., 0.],...0.], [ 0., -1., 0., 0., 0., 0., 0., 1.]]) fit ( X = None , y...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.FeatureHasher.html
    Thu Oct 31 11:00:32 UTC 2024
      133.2K bytes
      Cache
     
Back to top