Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 241 - 250 of over 10,000 for 1 (0.18 seconds)

Filter
  1. mutual_info_classif — scikit-learn 1.8.0 docume...

    means 1 unless in a joblib.parallel_backend context. -1 means...References [ 1 ] Mutual Information on Wikipedia. [ 2 ] ( 1 , 2 ) A....
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.mutual_info_classif.html
    Mon Mar 23 20:39:21 UTC 2026
      15.2K bytes
      Cache
     
  2. median_absolute_error — scikit-learn 1.8.0 docu...

    1 ], [ - 1 , 1 ], [ 7 , - 6 ]] >>> y_pred...y_pred = [[ 0 , 2 ], [ - 1 , 2 ], [ 8 , - 5 ]] >>> median_absolute_error...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.median_absolute_error.html
    Mon Mar 23 20:39:20 UTC 2026
      14.2K bytes
      Cache
     
  3. LabelSpreading — scikit-learn 1.8.0 documentation

    means 1 unless in a joblib.parallel_backend context. -1 means...Clamping factor. A value in (0, 1) that specifies the relative amount...
    scikit-learn.org/stable/modules/generated/sklearn.semi_supervised.LabelSpreading.html
    Mon Mar 23 20:39:23 UTC 2026
      17.5K bytes
      Cache
     
  4. MultiTaskElasticNet — scikit-learn 1.8.0 docume...

    1 ) >>> clf . fit ([[ 0 , 0 ], [ 1 , 1 ], [ 2 , 2...], [ 1 , 1 ], [ 2 , 2 ]]) MultiTaskElasticNet(alpha=0.1) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskElasticNet.html
    Mon Mar 23 20:39:20 UTC 2026
      19.6K bytes
      Cache
     
  5. SVR — scikit-learn 1.8.0 documentation

    Added in version 1.1. n_support_ ndarray of shape (1,), dtype=int32..., tol = 0.001 , C = 1.0 , epsilon = 0.1 , shrinking = True ,...
    scikit-learn.org/stable/modules/generated/sklearn.svm.SVR.html
    Mon Mar 23 20:39:23 UTC 2026
      19.1K bytes
      Cache
     
  6. ColumnTransformer — scikit-learn 1.8.0 document...

    1. , 2. , 2. ], ... [ 1. , 1. , 0. , 1. ]]) >>> #...scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...
    scikit-learn.org/stable/modules/generated/sklearn.compose.ColumnTransformer.html
    Mon Mar 23 20:39:21 UTC 2026
      21.2K bytes
      Cache
     
  7. k_means — scikit-learn 1.8.0 documentation

    [ 1., 2.]]) >>> label array([1, 1, 1, 0, 0, 0], dtype=int32)...X = np . array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 10 , 2...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.k_means.html
    Mon Mar 23 20:39:21 UTC 2026
      15K bytes
      Cache
     
  8. PassiveAggressiveClassifier — scikit-learn 1.8....

    deprecated in version 1.8 and will be removed in 1.10. Instead use:...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.PassiveAggressiveClassifier.html
    Mon Mar 23 20:39:23 UTC 2026
      19.3K bytes
      Cache
     
  9. silhouette_samples — scikit-learn 1.8.0 documen...

    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 Silhouette...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.silhouette_samples.html
    Mon Mar 23 20:39:20 UTC 2026
      14.5K bytes
      Cache
     
  10. MultiOutputClassifier — scikit-learn 1.8.0 docu...

    ( X [ - 2 :]) array([[1, 1, 1], [1, 0, 1]]) fit ( X , Y , sample_weight...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.multioutput.MultiOutputClassifier.html
    Mon Mar 23 20:39:21 UTC 2026
      16.9K bytes
      Cache
     
Back to Top