Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3051 - 3060 of 4,759 for * (2.12 sec)

  1. all_displays scikit-learn 1.7.1 documentation

    all_displays () >>> displays [ 0 ] ('CalibrationDisplay', <class 'skle...sklearn.utils.discovery. all_displays ( ) [source] # Get a list of all displays...
    scikit-learn.org/stable/modules/generated/sklearn.utils.discovery.all_displays.html
    Sat Aug 02 00:15:38 UTC 2025
      105.3K bytes
      Cache
     
  2. LeavePOut scikit-learn 1.7.1 documentation

    split ( X )): ... print ( f "Fold { i } :" ) ... print ( f " Train:...np . array ([[ 1 , 2 ], [ 3 , 4 ], [ 5 , 6 ], [ 7 , 8 ]]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePOut.html
    Sat Aug 02 00:15:38 UTC 2025
      116.4K bytes
      Cache
     
  3. non_negative_factorization scikit-learn 1.7.1...

    {random, nndsvd, nndsvda, nndsvdar, custom}, default=None...l1\_ratio * n\_samples * ||vec(H)||_1\\ &+ 0.5 * alpha\_W * (1 - l1\_ratio)...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.non_negative_factorization.html
    Sat Aug 02 00:15:38 UTC 2025
      121.7K bytes
      Cache
     
  4. k_means scikit-learn 1.7.1 documentation

    [ 1 , 4 ], [ 1 , 0 ], ... [ 10 , 2 ], [ 10 , 4 ], [ 10 , 0 ]])...array. init {k-means++, random}, callable or array-like of...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.k_means.html
    Sat Aug 02 00:15:38 UTC 2025
      116.4K bytes
      Cache
     
  5. get_data_home scikit-learn 1.7.1 documentation

    get_data_home () >>> os . path . exists ( data_home_path ) True Gallery...examples # Out-of-core classification of text documents Out-of-core...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.get_data_home.html
    Sat Aug 02 00:15:36 UTC 2025
      108K bytes
      Cache
     
  6. check_memory scikit-learn 1.7.1 documentation

    check_memory ( "caching_dir" ) Memory(location=caching_dir/joblib) On this...memory is joblib.Memory-like. joblib.Memory-like means that memory...
    scikit-learn.org/stable/modules/generated/sklearn.utils.validation.check_memory.html
    Sat Aug 02 00:15:38 UTC 2025
      106.1K bytes
      Cache
     
  7. is_multilabel scikit-learn 1.7.1 documentation

    is_multilabel ([ 0 , 1 , 0 , 1 ]) False >>> is_multilabel ([[ 1 ], [ 0...], [ 0 , 0 ]])) True >>> is_multilabel ( np . array ([[ 1 ], [...
    scikit-learn.org/stable/modules/generated/sklearn.utils.multiclass.is_multilabel.html
    Sat Aug 02 00:15:38 UTC 2025
      107.3K bytes
      Cache
     
  8. MetadataRequest scikit-learn 1.7.1 documentation

    get_metadata_routing() . Added in version 1.3. Parameters : owner...sklearn.utils.metadata_routing. MetadataRequest ( owner ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.utils.metadata_routing.MetadataRequest.html
    Sat Aug 02 00:15:38 UTC 2025
      106.9K bytes
      Cache
     
  9. pair_confusion_matrix scikit-learn 1.7.1 docu...

    pair_confusion_matrix ([ 0 , 0 , 1 , 1 ], [ 1 , 1 , 0 , 0 ]) array([[8, 0], [0,...pair_confusion_matrix ([ 0 , 0 , 1 , 2 ], [ 0 , 0 , 1 , 1 ]) array([[8, 2], [0,...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.cluster.pair_confusion_matrix.html
    Sat Aug 02 00:15:38 UTC 2025
      109.6K bytes
      Cache
     
  10. MissingIndicator scikit-learn 1.7.1 documenta...

    generated: ["x0", "x1", ..., "x(n_features_in_ - 1)"] . If input_features...], ... [ 8 , 1 , 0 ]]) >>> X2 = np . array ([[ 5 , 1 , np . nan...
    scikit-learn.org/stable/modules/generated/sklearn.impute.MissingIndicator.html
    Sat Aug 02 00:15:38 UTC 2025
      131.2K bytes
      Cache
     
Back to top