Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 511 - 520 of 2,952 for 1 (1.77 sec)

  1. SimpleImputer — scikit-learn 1.6.1 documentation

    scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...Added in version 1.2. Changed in version 1.6: Currently, when...
    scikit-learn.org/stable/modules/generated/sklearn.impute.SimpleImputer.html
    Sat Apr 19 00:31:21 UTC 2025
      147.4K bytes
      Cache
     
  2. GammaRegressor — scikit-learn 1.6.1 documentation

    alpha = 1.0 , fit_intercept = True , solver...Parameters : alpha float, default=1 Constant that multiplies the L2...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.GammaRegressor.html
    Sat Apr 19 00:31:22 UTC 2025
      139.7K bytes
      Cache
     
  3. HuberRegressor — scikit-learn 1.6.1 documentation

    epsilon = 1.35 , max_iter = 100 , alpha =...Parameters : epsilon float, default=1.35 The parameter epsilon controls...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.HuberRegressor.html
    Sat Apr 19 00:31:22 UTC 2025
      146.2K bytes
      Cache
     
  4. RegressorMixin — scikit-learn 1.6.1 documentation

    array ([ - 1 , 0 , 1 ]) >>> estimator . fit ( X...__init__ ( self , * , param = 1 ): ... self . param = param ......
    scikit-learn.org/stable/modules/generated/sklearn.base.RegressorMixin.html
    Sat Apr 19 00:31:20 UTC 2025
      115.9K bytes
      Cache
     
  5. DetCurveDisplay — scikit-learn 1.6.1 documentation

    y_true is in {-1, 1} or {0, 1}, pos_label is set to 1, otherwise...y_true is in {-1, 1} or {0, 1}, pos_label is set to 1, otherwise...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.DetCurveDisplay.html
    Sat Apr 19 00:31:21 UTC 2025
      135.3K bytes
      Cache
     
  6. DictVectorizer — scikit-learn 1.6.1 documentation

    [{ 'foo' : 1 , 'bar' : 2 }, { 'foo' : 3 , 'baz' : 1 }] >>> X =...) >>> X array([[2., 0., 1.], [0., 1., 3.]]) >>> v . inverse_transform...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.DictVectorizer.html
    Sat Apr 19 00:31:22 UTC 2025
      136.4K bytes
      Cache
     
  7. ConstantKernel — scikit-learn 1.6.1 documentation

    \[k(x_1, x_2) = constant\_value \;\forall\; x_1, x_2\] Adding...predict ( X [: 1 ,:], return_std = True ) (array([606.1...]), array([0.24...]))...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.ConstantKernel.html
    Sat Apr 19 00:31:22 UTC 2025
      126.3K bytes
      Cache
     
  8. 1.15. Isotonic regression — scikit-learn 1.6.1 ...

    Ctrl + K GitHub Choose version 1.15. Isotonic regression # The...non-decreasing real function to 1-dimensional data. It solves the...
    scikit-learn.org/stable/modules/isotonic.html
    Sat Apr 19 00:31:22 UTC 2025
      32.8K bytes
      1 views
      Cache
     
  9. OrthogonalMatchingPursuitCV — scikit-learn 1.6....

    means 1 unless in a joblib.parallel_backend context. -1 means...all strings. Added in version 1.0. See also orthogonal_mp Solves...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.OrthogonalMatchingPursuitCV.html
    Sat Apr 19 00:31:22 UTC 2025
      137.6K bytes
      Cache
     
  10. FastICA — scikit-learn 1.6.1 documentation

    The implementation is based on [1] . Read more in the User Guide...performed. Changed in version 1.3: The default value of whiten...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.FastICA.html
    Sat Apr 19 00:31:22 UTC 2025
      149.3K bytes
      Cache
     
Back to top