Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 371 - 380 of 3,451 for 1 (0.08 sec)

  1. Robust linear estimator fitting — scikit-learn ...

    Here a sine function is fit with a polynomial of order 3, for values close to zero. Robust fitting is demoed in different situations: No measurement errors, only modelling errors (fitting a sine wi...
    scikit-learn.org/stable/auto_examples/linear_model/plot_robust_fit.html
    Thu Oct 31 11:00:34 UTC 2024
      97.1K bytes
      Cache
     
  2. gen_even_slices — scikit-learn 1.5.2 documentation

    1, None), slice(1, 2, None), ..., slice(9,...list ( gen_even_slices ( 10 , 1 )) [slice(0, 10, None)] >>> list...
    scikit-learn.org/stable/modules/generated/sklearn.utils.gen_even_slices.html
    Wed Oct 30 00:20:48 UTC 2024
      108.2K bytes
      Cache
     
  3. RidgeClassifier — scikit-learn 1.5.2 documentation

    converts the target values into {-1, 1} and then treats the problem...sklearn.linear_model. RidgeClassifier ( alpha = 1.0 , * , fit_intercept = True ,...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.RidgeClassifier.html
    Thu Oct 31 11:00:32 UTC 2024
      143.3K bytes
      Cache
     
  4. GridSearchCV — scikit-learn 1.5.2 documentation

    version 1.5: Xt was deprecated in 1.5 and will be removed in 1.7....means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GridSearchCV.html
    Thu Oct 31 11:00:34 UTC 2024
      185.7K bytes
      Cache
     
  5. TheilSenRegressor — scikit-learn 1.5.2 document...

    means 1 unless in a joblib.parallel_backend context. -1 means...the number of features (plus 1 if fit_intercept=True) and the...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.TheilSenRegressor.html
    Thu Oct 31 11:00:32 UTC 2024
      134.4K bytes
      1 views
      Cache
     
  6. KernelRidge — scikit-learn 1.5.2 documentation

    alpha = 1.0 ) >>> krr . fit ( X , y ) KernelRidge(alpha=1.0) fit...sklearn.kernel_ridge. KernelRidge ( alpha = 1 , * , kernel = 'linear' , gamma...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_ridge.KernelRidge.html
    Thu Oct 31 11:00:32 UTC 2024
      141.6K bytes
      Cache
     
  7. Older Versions — scikit-learn 1.6.dev0 document...

    1 Meng Xinfan 1 Rob Zinkov 1 Shiqiao 1 Udi Weinsberg 1 Virgile...Cournapeau 1 Keith Goodman 1 Ludwig Schwardt 1 Olivier Hervieu 1 Sergio...
    scikit-learn.org/dev/whats_new/older_versions.html
    Sat Oct 26 12:38:59 UTC 2024
      144.6K bytes
      Cache
      Similar Results (1)
     
  8. 6.7. Kernel Approximation — scikit-learn 1.5.2 ...

    [ 1 , 1 ], [ 1 , 0 ], [ 0 , 1 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>>...\Lambda^{-1} U_1^T K_{21}^T \\&= K_{21} U_1 \Lambda^{-1} U_1^T K_{21}^T...
    scikit-learn.org/stable/modules/kernel_approximation.html
    Thu Oct 31 11:00:32 UTC 2024
      61K bytes
      1 views
      Cache
     
  9. TunedThresholdClassifierCV — scikit-learn 1.5.2...

    means 1 unless in a joblib.parallel_backend context. -1 means...... n_samples = 1_000 , weights = [ 0.9 , 0.1 ], class_sep = 0.8...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.TunedThresholdClassifierCV.html
    Thu Oct 31 11:00:34 UTC 2024
      147.9K bytes
      Cache
     
  10. LassoLarsCV — scikit-learn 1.5.2 documentation

    means 1 unless in a joblib.parallel_backend context. -1 means...optimization objective for Lasso is: ( 1 / ( 2 * n_samples )) * || y -...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsCV.html
    Thu Oct 31 11:00:32 UTC 2024
      144.9K bytes
      Cache
     
Back to top