Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 291 - 300 of 3,499 for 1 (0.08 sec)

  1. cross_val_predict — scikit-learn 1.6.0 document...

    means 1 unless in a joblib.parallel_backend context. -1 means...GroupKFold ). Changed in version 1.4: groups can only be passed if...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_val_predict.html
    Fri Dec 20 11:14:16 UTC 2024
      120.1K bytes
      Cache
     
  2. Contributing — scikit-learn 1.7.dev0 documentation

    git # add --depth 1 if your connection is slow cd...setting SKLEARN_RUN_FLOAT32_TESTS=1 . See Environment variables for...
    scikit-learn.org/dev/developers/contributing.html
    Fri Dec 20 11:14:19 UTC 2024
      143.2K bytes
      Cache
      Similar Results (1)
     
  3. TfidfTransformer — scikit-learn 1.6.0 documenta...

    array([[1, 1, 1, 1, 0, 1, 0, 0], [1, 2, 0, 1, 1, 1, 0, 0], [1, 0,...0, 0, 1, 0, 1, 1, 1], [1, 1, 1, 1, 0, 1, 0, 0]]) >>> pipe [ 'tfid'...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.TfidfTransformer.html
    Fri Dec 20 11:14:16 UTC 2024
      141.7K bytes
      Cache
     
  4. StratifiedGroupKFold — scikit-learn 1.6.0 docum...

    1 , 1 , 1 , 1 , 1 , 1 , 0 , 0 , 0 , 0 , 0...Train: index=[ 0 1 2 3 7 8 9 10 11 15 16] group=[1 1 2 2 4 5 5 5 5...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedGroupKFold.html
    Fri Dec 20 11:14:16 UTC 2024
      129.6K bytes
      Cache
     
  5. smacof — scikit-learn 1.6.0 documentation

    -1.07... ], [ 1.74..., -0.75...], [-1.79..., 1.83...]])...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.smacof.html
    Fri Dec 20 11:14:14 UTC 2024
      116.4K bytes
      Cache
     
  6. RegressorChain — scikit-learn 1.6.0 documentation

    = [[ 1 , 0 ], [ 0 , 1 ], [ 1 , 1 ]], [[ 0 , 2 ], [ 1 , 1 ], [...order = [ 0 , 1 , 2 , ... , Y . shape [ 1 ] - 1 ] The order of...
    scikit-learn.org/stable/modules/generated/sklearn.multioutput.RegressorChain.html
    Thu Dec 12 16:37:36 UTC 2024
      133.3K bytes
      Cache
     
  7. MiniBatchNMF — scikit-learn 1.6.0 documentation

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 3 , 1.2 ], [ 4 , 1 ], [ 5 , 0.8...scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Topic extraction...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.MiniBatchNMF.html
    Fri Dec 20 11:14:16 UTC 2024
      149.6K bytes
      Cache
     
  8. RandomForestClassifier — scikit-learn 1.6.0 doc...

    [{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.ensemble.RandomForestClassifier.html
    Fri Dec 20 11:14:14 UTC 2024
      185.5K bytes
      Cache
     
  9. TSNE — scikit-learn 1.6.0 documentation

    1 , 1 ], [ 1 , 0 , 1 ], [ 1 , 1 , 1 ]]) >>> X_embedded...metric function. Added in version 1.1. init {“random”, “pca”} or ndarray...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.TSNE.html
    Fri Dec 20 11:14:16 UTC 2024
      143.5K bytes
      Cache
     
  10. BayesianRidge — scikit-learn 1.6.0 documentation

    [ 1 , 1 ], [ 2 , 2 ]], [ 0 , 1 , 2 ]) BayesianRidge()...>>> clf . predict ([[ 1 , 1 ]]) array([1.]) fit ( X , y , sample_weight...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.BayesianRidge.html
    Fri Dec 20 11:14:14 UTC 2024
      149.7K bytes
      Cache
     
Back to top