Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 531 - 540 of over 10,000 for 1 (1.65 seconds)

Filter
  1. compute_sample_weight — scikit-learn 1.8....

    [{0: 1, 1: 1}, {0: 1, 1: 5}, {0: 1, 1: 1}, {0: 1, 1: 1}] instead...instead of [{1:1}, {2:5}, {3:1}, {4:1}] . The "balanced"...
    scikit-learn.org/stable/modules/generated/sklearn.utils.class_weight.compute_sample_weight.html
    Mon Feb 09 10:22:28 UTC 2026
      109.6K bytes
      Cache
     
  2. TransformedTargetRegressor — scikit-learn 1.8.0...

    reshape ( - 1 , 1 ) >>> y = np . exp ( 2 * X )...all strings. Added in version 1.0. See also sklearn.preproces...
    scikit-learn.org/stable/modules/generated/sklearn.compose.TransformedTargetRegressor.html
    Mon Mar 23 20:39:23 UTC 2026
      18.1K bytes
      Cache
     
  3. Product — scikit-learn 1.8.0 documentation

    y ) 1.0 >>> kernel 1.41**2 * RBF(length_scale=1) __call__...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Product.html
    Mon Mar 23 20:39:20 UTC 2026
      14.7K bytes
      Cache
     
  4. orthogonal_mp — scikit-learn 1.8.0 documentation

    ) >>> X [: 1 ,] @ coef array([-78.68]) On this...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.orthogonal_mp.html
    Mon Mar 23 20:39:23 UTC 2026
      14.4K bytes
      Cache
     
  5. Exponentiation — scikit-learn 1.8.0 documentation

    predict ( X [: 1 ,:], return_std = True ) (array([635.5]),...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Exponentiation.html
    Mon Mar 23 20:39:20 UTC 2026
      14.8K bytes
      Cache
     
  6. 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
     
  7. Feature discretization — scikit-learn 1.8.0 doc...

    logspace ( - 1 , 1 , 3 )}, ), ( make_pipeline (..."linearsvc__C" : np . logspace ( - 1 , 1 , 3 )}, ), ( make_pipeline (...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization_classification.html
    Mon Mar 23 20:39:20 UTC 2026
      18.9K bytes
      Cache
     
  8. 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
     
  9. 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
     
  10. Classifier comparison — scikit-learn 1.8.0 docu...

    C = 1 , random_state = 42 ), GaussianProcessClass ( 1.0 * RBF...max_features = 1 , random_state = 42 ), MLPClassifier ( alpha = 1 , max_iter...
    scikit-learn.org/stable/auto_examples/classification/plot_classifier_comparison.html
    Mon Mar 23 20:39:20 UTC 2026
      17.5K bytes
      Cache
     
Back to Top