Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 191 - 200 of 3,774 for 1 (1.34 sec)

  1. GaussianProcessRegressor — scikit-learn 1.7.2 d...

    ConstantKernel(1.0, constant_value_bounds="fixed") * RBF(1.0, lengt...implementation is based on Algorithm 2.1 of [RW2006] . In addition to standard...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessRegressor.html
    Thu Oct 09 16:57:49 UTC 2025
      159.2K bytes
      Cache
     
  2. Release Highlights for scikit-learn 1.0 — sciki...

    scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...import make_pipeline y = [ 1 , 0 , 1 ] pipe = make_pipeline ( preprocessor...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_0_0.html
    Thu Oct 09 16:57:45 UTC 2025
      114.8K bytes
      Cache
     
  3. FunctionTransformer — scikit-learn 1.7.2 docume...

    Added in version 1.1. kw_args dict, default=None Dictionary...) array([[0. , 0.6931], [1.0986, 1.3862]]) fit ( X , y = None...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.FunctionTransformer.html
    Thu Oct 09 16:57:45 UTC 2025
      139.9K bytes
      Cache
     
  4. PolynomialCountSketch — scikit-learn 1.7.2 docu...

    [ 1 , 1 ], [ 1 , 0 ], [ 0 , 1 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>>...Array with random entries in {+1, -1}, used to represent the 2-wise...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.PolynomialCountSketch.html
    Thu Oct 09 16:57:48 UTC 2025
      133.7K bytes
      1 views
      Cache
     
  5. AffinityPropagation — scikit-learn 1.7.2 docume...

    array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2.... labels_ array([0, 0, 0, 1, 1, 1]) >>> clustering . predict...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.AffinityPropagation.html
    Thu Oct 09 16:57:49 UTC 2025
      130.6K bytes
      1 views
      Cache
     
  6. adjusted_mutual_info_score — scikit-learn 1.7.2...

    1 , 1 ], [ 0 , 0 , 1 , 1 ]) 1.0 >>> adjusted_mutual_info_score...ore ([ 0 , 0 , 1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 If classes members...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.adjusted_mutual_info_score.html
    Thu Oct 09 16:57:45 UTC 2025
      116.2K bytes
      Cache
     
  7. LogisticRegressionCV — scikit-learn 1.7.2 docum...

    means 1 unless in a joblib.parallel_backend context. -1 means...version 1.5: multi_class was deprecated in version 1.5 and will...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegressionCV.html
    Thu Oct 09 16:57:45 UTC 2025
      167.4K bytes
      Cache
     
  8. Birch — scikit-learn 1.7.2 documentation

    1 ], [ 0.3 , 1 ], [ - 0.3 , 1 ], [ 0 , - 1 ], [ 0.3...predict ( X ) array([0, 0, 0, 1, 1, 1]) For a comparison of the BIRCH...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.Birch.html
    Thu Oct 09 16:57:45 UTC 2025
      138.5K bytes
      Cache
     
  9. SpectralBiclustering — scikit-learn 1.7.2 docum...

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...clustering . row_labels_ array([1, 1, 1, 0, 0, 0], dtype=int32) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.SpectralBiclustering.html
    Thu Oct 09 16:57:49 UTC 2025
      130.2K bytes
      Cache
     
  10. LassoCV — scikit-learn 1.7.2 documentation

    since version 1.7: n_alphas was deprecated in 1.7 and will be...since version 1.7: alphas=None was deprecated in 1.7 and will be...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoCV.html
    Thu Oct 09 16:57:45 UTC 2025
      168.7K bytes
      Cache
     
Back to top