Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 251 - 260 of 2,898 for 1 (0.08 sec)

  1. DictVectorizer — scikit-learn 1.7.0 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
    Fri Jun 06 09:13:47 UTC 2025
      136K bytes
      Cache
     
  2. ExpSineSquared — scikit-learn 1.7.0 documentation

    ExpSineSquared ( length_scale = 1.0 , periodicity = 1.0 , length_scale_bounds...ExpSineSquared ( length_scale = 1 , periodicity = 1 ) >>> gpr = GaussianProcessRegre...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.ExpSineSquared.html
    Fri Jun 06 09:13:47 UTC 2025
      128.4K bytes
      Cache
     
  3. all_displays — scikit-learn 1.6.1 documentation

    Skip to main content Back to top Ctrl + K GitHub Choose version all_displays # sklearn.utils.discovery. all_displays ...
    scikit-learn.org/stable/modules/generated/sklearn.utils.discovery.all_displays.html
    Sun Jun 01 04:47:41 UTC 2025
      105.8K bytes
      Cache
     
  4. all_functions — scikit-learn 1.6.1 documentation

    Skip to main content Back to top Ctrl + K GitHub Choose version all_functions # sklearn.utils.discovery. all_function...
    scikit-learn.org/stable/modules/generated/sklearn.utils.discovery.all_functions.html
    Sun Jun 01 04:47:41 UTC 2025
      105.9K bytes
      Cache
     
  5. GammaRegressor — scikit-learn 1.7.0 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
    Fri Jun 06 09:13:46 UTC 2025
      139.2K bytes
      Cache
     
  6. RocCurveDisplay — scikit-learn 1.7.0 documentation

    y_true is in {-1, 1} or {0, 1}, pos_label is set to 1, otherwise...([ 0 , 0 , 1 , 1 ]) >>> y_score = np . array ([ 0.1 , 0.4 , 0.35...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.RocCurveDisplay.html
    Fri Jun 06 09:13:47 UTC 2025
      170.4K bytes
      Cache
     
  7. KernelDensity — scikit-learn 1.7.0 documentation

    log_density array([-1.52955942, -1.51462041, -1.60244657]) fit (...KernelDensity ( * , bandwidth = 1.0 , algorithm = 'auto' , kernel...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KernelDensity.html
    Thu Jun 05 22:21:58 UTC 2025
      136.5K bytes
      Cache
     
  8. RBF — scikit-learn 1.7.0 documentation

    return_X_y = True ) >>> kernel = 1.0 * RBF ( 1.0 ) >>> gpc = GaussianProcessClass...ernels. RBF ( length_scale = 1.0 , length_scale_bounds = (1e-05,...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.RBF.html
    Fri Jun 06 09:13:46 UTC 2025
      132.1K bytes
      Cache
     
  9. Recently Deprecated — scikit-learn 1.6.1 docume...

    Deprecated # To be removed in 1.7 utils.parallel_backend util...
    scikit-learn.org/stable/api/deprecated.html
    Sun Jun 01 04:47:38 UTC 2025
      114.5K bytes
      Cache
     
  10. recall_score — scikit-learn 1.7.0 documentation

    [ 1 , 1 , 1 ], [ 0 , 1 , 1 ]] >>> y_pred = [[...[[ 0 , 0 , 0 ], [ 1 , 1 , 1 ], [ 1 , 1 , 0 ]] >>> recall_score...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.recall_score.html
    Fri Jun 06 09:13:47 UTC 2025
      125.5K bytes
      Cache
      Similar Results (1)
     
Back to top