Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 521 - 530 of over 10,000 for 1 (0.26 seconds)

Filter
  1. cross_val_predict — scikit-learn 1.8.0 document...

    means 1 unless in a joblib.parallel_backend context. -1 means...GroupKFold ). Changed in version 1.4: groups can only be passed if...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_val_predict.html
    Mon Mar 23 20:39:23 UTC 2026
      15.9K bytes
      Cache
     
  2. silhouette_score — scikit-learn 1.8.0 documenta...

    The best value is 1 and the worst value is -1. Values near 0 indicate...2 <= n_labels <= n_samples - 1 . This function returns the mean...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.silhouette_score.html
    Mon Mar 23 20:39:23 UTC 2026
      15.1K bytes
      Cache
     
  3. Matern — scikit-learn 1.8.0 documentation

    kernel = 1.0 * Matern ( length_scale = 1.0 , nu = 1.5 ) >>> gpc...length_scale = 1.0 , length_scale_bounds = (1e-05, 100000.0) , nu = 1.5 )...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Matern.html
    Mon Mar 23 20:39:21 UTC 2026
      16.2K bytes
      Cache
     
  4. RidgeClassifier — scikit-learn 1.8.0 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
    Mon Mar 23 20:39:23 UTC 2026
      18.4K bytes
      Cache
     
  5. 7.7. Kernel Approximation — scikit-learn 1.8.0 ...

    [ 1 , 1 ], [ 1 , 0 ], [ 0 , 1 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>>...\Lambda^{-1}\right) \Lambda \left(K_{21} U_1 \Lambda^{-1}\right)^T...
    scikit-learn.org/stable/modules/kernel_approximation.html
    Mon Mar 23 20:39:21 UTC 2026
      13K bytes
      Cache
     
  6. sklearn.datasets — scikit-learn 1.8.0 documenta...

    make_friedman1 Generate the "Friedman #1" regression problem. make_friedman2...
    scikit-learn.org/stable/api/sklearn.datasets.html
    Mon Mar 23 20:39:20 UTC 2026
      14.1K bytes
      Cache
     
  7. PLSSVD — scikit-learn 1.8.0 documentation

    1 , - 0.2 ], ... [ 0.9 , 1.1 ], ... [ 6.2 , 5.9...np . array ([[ 0. , 0. , 1. ], ... [ 1. , 0. , 0. ], ... [ 2. ,...
    scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSSVD.html
    Mon Mar 23 20:39:20 UTC 2026
      15.4K bytes
      Cache
     
  8. l1_min_c — scikit-learn 1.8.0 documentation

    intercept_scaling = 1.0 ) [source] # Return the lowest...sticRegression with l1_ratio=1 . This value is valid if class_weight...
    scikit-learn.org/stable/modules/generated/sklearn.svm.l1_min_c.html
    Mon Mar 23 20:39:23 UTC 2026
      13.9K bytes
      Cache
     
  9. FastICA — scikit-learn 1.8.0 documentation

    The implementation is based on [1] . Read more in the User Guide...performed. Changed in version 1.3: The default value of whiten...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.FastICA.html
    Mon Mar 23 20:39:21 UTC 2026
      18.4K bytes
      Cache
     
  10. sklearn.preprocessing — scikit-learn 1.8.0 docu...

    Scale each feature to the [-1, 1] range without breaking the...data (set feature values to 0 or 1) according to a threshold. FunctionTransformer...
    scikit-learn.org/stable/api/sklearn.preprocessing.html
    Mon Mar 23 20:39:20 UTC 2026
      13.5K bytes
      Cache
     
Back to Top