Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 131 - 140 of 3,144 for 1 (0.08 sec)

  1. Ridge — scikit-learn 1.7.2 documentation

    Ridge ( alpha = 1.0 , * , fit_intercept = True ,...shape (n_targets,)}, default=1.0 Constant that multiplies the...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Ridge.html
    Mon Oct 20 15:12:26 UTC 2025
      153.9K bytes
      Cache
     
  2. LearningCurveDisplay — scikit-learn 1.7.2 docum...

    1, 0.33, 0.55, 0.78, 1.]) , cv = None , scoring...(n_ticks,), default=np.linspace(0.1, 1.0, 5) Relative or absolute numbers...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LearningCurveDisplay.html
    Mon Oct 20 15:12:26 UTC 2025
      144.5K bytes
      Cache
     
  3. DotProduct — scikit-learn 1.7.2 documentation

    1)\) priors on the coefficients of \(x_d (d = 1, . . ....nels. DotProduct ( sigma_0 = 1.0 , sigma_0_bounds = (1e-05, 100000.0)...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.DotProduct.html
    Mon Oct 20 15:12:26 UTC 2025
      127K bytes
      Cache
     
  4. 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
    Mon Oct 20 15:12:26 UTC 2025
      159.2K bytes
      Cache
     
  5. 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
    Mon Oct 20 15:12:26 UTC 2025
      139.9K bytes
      Cache
     
  6. RandomizedSearchCV — scikit-learn 1.7.2 documen...

    means 1 unless in a joblib.parallel_backend context. -1 means...… rank_test_score ‘rbf’ 0.1 0.80 … 1 ‘rbf’ 0.2 0.84 … 3 ‘rbf’...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RandomizedSearchCV.html
    Mon Oct 20 15:12:26 UTC 2025
      168.5K bytes
      Cache
     
  7. FeatureAgglomeration — scikit-learn 1.7.2 docum...

    version 1.0. children_ array-like of shape (n_nodes-1, 2) The...fit method. Added in version 1.2. memory str or object with the...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.FeatureAgglomeration.html
    Mon Oct 20 15:12:26 UTC 2025
      138.5K bytes
      Cache
     
  8. KNNImputer — scikit-learn 1.7.2 documentation

    1-D arrays) of X and Y , respectively....is always 0 . Added in version 1.2. Attributes : indicator_ MissingIndicator...
    scikit-learn.org/stable/modules/generated/sklearn.impute.KNNImputer.html
    Mon Oct 20 15:12:26 UTC 2025
      133.7K bytes
      Cache
     
  9. ExpSineSquared — scikit-learn 1.7.2 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
    Mon Oct 20 15:12:26 UTC 2025
      128.4K bytes
      Cache
     
  10. RBF — scikit-learn 1.7.2 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
    Mon Oct 20 15:12:26 UTC 2025
      132.1K bytes
      Cache
     
Back to top