Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 461 - 470 of 2,934 for 1 (0.24 sec)

  1. adjusted_mutual_info_score — scikit-learn 1.7.2...

    1 , 1 ], [ 0 , 0 , 1 , 1 ]) 1.0 >>> adjusted_mutual_info_score...ore ([ 0 , 0 , 1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 If classes members...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.adjusted_mutual_info_score.html
    Mon Nov 03 14:20:03 UTC 2025
      116.2K bytes
      Cache
     
  2. LarsCV — scikit-learn 1.7.2 documentation

    means 1 unless in a joblib.parallel_backend context. -1 means...all strings. Added in version 1.0. See also lars_path Compute...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LarsCV.html
    Mon Nov 03 14:20:03 UTC 2025
      141.7K bytes
      Cache
     
  3. LeaveOneGroupOut — scikit-learn 1.7.2 documenta...

    index=[0 1], group=[1 1] Fold 1: Train: index=[0 1], group=[1 1] Test:...array ([ 1 , 2 , 1 , 2 ]) >>> groups = np . array ([ 1 , 1 , 2 ,...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneGroupOut.html
    Mon Nov 03 14:20:05 UTC 2025
      122.1K bytes
      Cache
     
  4. BiclusterMixin — scikit-learn 1.7.2 documentation

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...np . ones ( shape = ( 1 , X . shape [ 1 ]), dtype = bool ) ......
    scikit-learn.org/stable/modules/generated/sklearn.base.BiclusterMixin.html
    Mon Nov 03 14:20:04 UTC 2025
      114.4K bytes
      Cache
     
  5. MultiTaskElasticNet — scikit-learn 1.7.2 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 Nov 03 14:20:04 UTC 2025
      156.9K bytes
      Cache
     
  6. LeaveOneOut — scikit-learn 1.7.2 documentation

    array ([[ 1 , 2 ], [ 3 , 4 ]]) >>> y = np . array ([ 1 , 2 ]) >>>...0: Train: index=[1] Test: index=[0] Fold 1: Train: index=[0]...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneOut.html
    Mon Nov 03 14:20:05 UTC 2025
      116.3K bytes
      Cache
     
  7. delayed — scikit-learn 1.7.2 documentation

    Changed in version 1.3: delayed was moved from sklearn.utils.fixes...sklearn.utils.parallel in scikit-learn 1.3. Parameters : function callable...
    scikit-learn.org/stable/modules/generated/sklearn.utils.parallel.delayed.html
    Mon Nov 03 14:20:05 UTC 2025
      105.4K bytes
      Cache
     
  8. fastica — scikit-learn 1.7.2 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/fastica-function.html
    Mon Nov 03 14:20:05 UTC 2025
      117.5K bytes
      Cache
     
  9. ExtraTreeClassifier — scikit-learn 1.7.2 docume...

    [{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” mode uses...
    scikit-learn.org/stable/modules/generated/sklearn.tree.ExtraTreeClassifier.html
    Sat Nov 01 09:15:34 UTC 2025
      165.6K bytes
      Cache
     
  10. ClusterMixin — scikit-learn 1.7.2 documentation

    fit_predict ( X ) array([1, 1, 1]) fit_predict ( X , y = None...) ... return self >>> X = [[ 1 , 2 ], [ 2 , 3 ], [ 3 , 4 ]] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.base.ClusterMixin.html
    Mon Nov 03 14:20:05 UTC 2025
      109.1K bytes
      Cache
     
Back to top