Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 301 - 310 of 3,483 for 1 (0.09 sec)

  1. Lars — scikit-learn 1.6.0 documentation

    n_nonzero_coefs = 1 ) >>> reg . fit ([[ - 1 , 1 ], [ 0 , 0 ], [ 1 , 1 ]], [...[ - 1.1111 , 0 , - 1.1111 ]) Lars(n_nonzero_coefs=1) >>> print...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Lars.html
    Fri Dec 20 11:14:16 UTC 2024
      139.3K bytes
      Cache
     
  2. KMeans — scikit-learn 1.6.0 documentation

    scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...X = np . array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 10 , 2...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.KMeans.html
    Fri Dec 20 11:14:14 UTC 2024
      160.9K bytes
      Cache
     
  3. MultiLabelBinarizer — scikit-learn 1.6.0 docume...

    fit_transform ([( 1 , 2 ), ( 3 ,)]) array([[1, 1, 0], [0, 0, 1]]) >>> mlb...{ 'comedy' }]) array([[0, 1, 1], [1, 0, 0]]) >>> list ( mlb ....
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.MultiLabelBinarizer.html
    Fri Dec 20 11:14:16 UTC 2024
      126.5K bytes
      Cache
     
  4. RobustScaler — scikit-learn 1.6.0 documentation

    [[ 1. , - 2. , 2. ], ... [ - 2. , 1. , 3. ], ... [ 4. , 1. ,..., -2. , 0. ], [-1. , 0. , 0.4], [ 1. , 0. , -1.6]]) fit ( X ,...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.RobustScaler.html
    Fri Dec 20 11:14:14 UTC 2024
      134.6K bytes
      Cache
     
  5. IsotonicRegression — scikit-learn 1.6.0 documen...

    1 , .2 ]) array([1.8628..., 3.7256...])...n_samples = 10 , n_features = 1 , random_state = 41 ) >>> iso_reg...
    scikit-learn.org/stable/modules/generated/sklearn.isotonic.IsotonicRegression.html
    Fri Dec 20 11:14:14 UTC 2024
      146.2K bytes
      Cache
     
  6. QuantileRegressor — scikit-learn 1.6.0 document...

    alpha = 1.0 , fit_intercept = True , solver...User Guide . Added in version 1.0. Parameters : quantile float,...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.QuantileRegressor.html
    Fri Dec 20 11:14:14 UTC 2024
      139.4K bytes
      Cache
     
  7. ParameterGrid — scikit-learn 1.6.0 documentation

    [{ 'a' : 1 , 'b' : True }, { 'a' : 1 , 'b' : False },...( grid )[ 1 ] == { 'kernel' : 'rbf' , 'gamma' : 1 } True On this...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ParameterGrid.html
    Fri Dec 20 11:14:14 UTC 2024
      110.5K bytes
      Cache
     
  8. CategoricalNB — scikit-learn 1.6.0 documentation

    Added in version 1.2. Changed in version 1.4: The default value... CategoricalNB ( * , alpha = 1.0 , force_alpha = True , fit_prior...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.CategoricalNB.html
    Fri Dec 20 11:14:14 UTC 2024
      152.6K bytes
      Cache
     
  9. RationalQuadratic — scikit-learn 1.6.0 document...

    RationalQuadratic ( length_scale = 1.0 , alpha = 1.0 , length_scale_bounds...RationalQuadratic ( length_scale = 1.0 , alpha = 1.5 ) >>> gpc = GaussianProcessClass...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.RationalQuadratic.html
    Fri Dec 20 11:14:14 UTC 2024
      127.3K bytes
      Cache
     
  10. Pipeline — scikit-learn 1.7.dev0 documentation

    version 1.5: Xt was deprecated in 1.5 and will be removed in 1.7....ing=True) . Added in version 1.6. memory str or object with the...
    scikit-learn.org/dev/modules/generated/sklearn.pipeline.Pipeline.html
    Mon Dec 09 18:03:46 UTC 2024
      190.9K bytes
      Cache
      Similar Results (1)
     
Back to top