Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3631 - 3640 of 4,759 for * (2.55 sec)

  1. LabelEncoder scikit-learn 1.7.1 documentation

    "tokyo" , "tokyo" , "paris" ]) array([2, 2, 1]...) >>> list ( le ....2 , 6 ]) array([0, 0, 1, 2]...) >>> le . inverse_transform ([...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.LabelEncoder.html
    Sat Aug 02 00:15:38 UTC 2025
      123.2K bytes
      Cache
     
  2. f_regression scikit-learn 1.7.1 documentation

    array([1.21, 2.67e13, 2.66]) >>> p_values array([0.276, 1.54e-283,...as: E [( X [:, i ] - mean ( X [:, i ])) * ( y - mean ( y ))] / (...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.f_regression.html
    Sat Aug 02 00:15:38 UTC 2025
      118.1K bytes
      Cache
     
  3. cluster_optics_dbscan scikit-learn 1.7.1 docu...

    , ... metric = "minkowski" , ... p = 2 , ... metric_params =...None , ... algorithm = "auto" , ... leaf_size = 30 , ... n_jobs...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.cluster_optics_dbscan.html
    Sat Aug 02 00:15:38 UTC 2025
      112K bytes
      Cache
     
  4. contingency_matrix scikit-learn 1.7.1 documen...

    labels_pred ) array([[1, 1, 0], [0, 1, 1], [1, 0, 1]]) On this page This...= [ 0 , 0 , 1 , 1 , 2 , 2 ] >>> labels_pred = [ 1 , 0 , 2 , 1...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.cluster.contingency_matrix.html
    Sat Aug 02 00:15:35 UTC 2025
      109.4K bytes
      Cache
     
  5. ledoit_wolf_shrinkage scikit-learn 1.7.1 docu...

    = np . array ([[ .4 , .2 ], [ .2 , .8 ]]) >>> rng = np . random...shrinkage) * cov + shrinkage * mu * np.identity(n_features) where...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.ledoit_wolf_shrinkage.html
    Sat Aug 02 00:15:38 UTC 2025
      108K bytes
      Cache
     
  6. calinski_harabasz_score scikit-learn 1.7.1 do...

    calinski_harabasz_score ( X , kmeans . labels_ ) 114.8... On this page This...n_clusters = 3 , random_state = 0 ,) . fit ( X ) >>> calinski_harabasz_score...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.calinski_harabasz_score.html
    Sat Aug 02 00:15:38 UTC 2025
      107.6K bytes
      Cache
     
  7. isotonic_regression scikit-learn 1.7.1 docume...

    , 2.75 , 2.75 , 2.75 , 7.33, 7.33, 7.33, 7.33, 7.33, 7.33]) On...isotonic_regression ([ 5 , 3 , 1 , 2 , 8 , 10 , 7 , 9 , 6 , 4 ]) array([2.75 ,...
    scikit-learn.org/stable/modules/generated/sklearn.isotonic.isotonic_regression.html
    Sat Aug 02 00:15:36 UTC 2025
      107.7K bytes
      Cache
     
  8. check_increasing scikit-learn 1.7.1 documenta...

    3 , 4 , 5 ], [ 2 , 4 , 6 , 8 , 10 ] >>> check_increasing ( x...transformation. Wikipedia. https://en.wikipedia.org/wiki/Fisher_transformation...
    scikit-learn.org/stable/modules/generated/sklearn.isotonic.check_increasing.html
    Sat Aug 02 00:15:38 UTC 2025
      107.2K bytes
      Cache
     
  9. murmurhash3_32 scikit-learn 1.7.1 documentation

    from -(2 ** 31) to 2 ** 31 - 1 Examples >>> from sklearn.utils...sklearn.utils. murmurhash3_32 ( key , seed = 0 , positive = False ) # Compute...
    scikit-learn.org/stable/modules/generated/sklearn.utils.murmurhash3_32.html
    Sat Aug 02 00:15:38 UTC 2025
      105.7K bytes
      Cache
     
  10. LabelSpreading scikit-learn 1.7.1 documentation

    label_prop_model . fit ( iris . data , labels ) LabelSpreading(...) fit (...rand ( len ( iris . target )) < 0.3 >>> labels = np . copy ( iris...
    scikit-learn.org/stable/modules/generated/sklearn.semi_supervised.LabelSpreading.html
    Sat Aug 02 00:15:38 UTC 2025
      136K bytes
      Cache
     
Back to top