Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 211 - 220 of 2,898 for 1 (0.07 sec)

  1. 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
     
  2. DecisionBoundaryDisplay — scikit-learn 1.7.0 do...

    Added in version 1.1. Parameters : xx0 ndarray of...iris . data [:, 1 ] . min (), iris . data [:, 1 ] . max ()) ......
    scikit-learn.org/stable/modules/generated/sklearn.inspection.DecisionBoundaryDisplay.html
    Fri Jun 06 09:13:47 UTC 2025
      154.7K bytes
      Cache
     
  3. 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
     
  4. 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
     
  5. estimator_checks_generator — scikit-learn 1.6.1...

    Added in version 1.6. Parameters : estimator estimator...
    scikit-learn.org/stable/modules/generated/sklearn.utils.estimator_checks.estimator_checks_generat...
    Sun Jun 01 04:47:38 UTC 2025
      108.9K bytes
      Cache
     
  6. safe_sparse_dot — scikit-learn 1.6.1 documentation

    safe_sparse_dot >>> X = csr_matrix ([[ 1 , 2 ], [ 3 , 4 ], [ 5 , 6 ]])...
    scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.safe_sparse_dot.html
    Sun Jun 01 04:47:41 UTC 2025
      107.6K bytes
      Cache
     
  7. 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
     
  8. HashingVectorizer — scikit-learn 1.7.0 document...

    ngram_range of (1, 1) means only unigrams, (1, 2) means unigrams...\\w\\w+\\b' , ngram_range=(1 , 1) , analyzer='word' , n_features=1048576...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.HashingVectorizer.html
    Fri Jun 06 09:13:46 UTC 2025
      144.7K bytes
      Cache
     
  9. inplace_swap_column — scikit-learn 1.6.1 docume...

    1 ) >>> csr . todense () matrix([[0,...
    scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.inplace_swap_column.html
    Sun Jun 01 04:47:39 UTC 2025
      108.4K bytes
      Cache
     
  10. 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
     
Back to top