Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 241 - 250 of 3,451 for 1 (0.14 sec)

  1. HashingVectorizer — scikit-learn 1.5.2 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
    Thu Oct 31 11:00:32 UTC 2024
      143.7K 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. 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
     
  7. 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
     
  8. 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)
     
  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