Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 50 of 3,451 for 1 (0.07 sec)

  1. ExtraTreesClassifier — scikit-learn 1.5.1 docum...

    [{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.ExtraTreesClassifier.html
    Fri Jul 26 08:35:06 UTC 2024
      168.7K bytes
      Cache
     
  2. RandomForestClassifier — scikit-learn 1.5.1 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 Jul 26 08:35:06 UTC 2024
      181.8K bytes
      Cache
     
  3. shuffle — scikit-learn 1.5.1 documentation

    1.], [1., 0.]]) >>> y array([2, 1, 0]) >>> shuffle...>>> X = np . array ([[ 1. , 0. ], [ 2. , 1. ], [ 0. , 0. ]]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.utils.shuffle.html
    Mon Jul 22 17:37:27 UTC 2024
      114.1K bytes
      Cache
     
  4. SGDOneClassSVM — scikit-learn 1.5.1 documentation

    array ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ 1 , 1 ], [ 2 , 1 ]]) >>>...version 1.4: loss_function_ was deprecated in version 1.4 and will...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDOneClassSVM.html
    Fri Jul 26 08:35:06 UTC 2024
      154.2K bytes
      Cache
     
  5. RFECV — scikit-learn 1.5.1 documentation

    ranking_ array([1, 1, 1, 1, 1, 6, 4, 3, 2, 5]) property...estimator , * , step = 1 , min_features_to_select = 1 , cv = None , scoring...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFECV.html
    Fri Jul 26 08:35:04 UTC 2024
      158.7K bytes
      Cache
     
  6. LinearDiscriminantAnalysis — scikit-learn 1.5.1...

    ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...2 , 1 ], [ 3 , 2 ]]) >>> y = np . array ([ 1 , 1 , 1 , 2 , 2...
    scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.LinearDiscriminantAnalysi...
    Fri Jul 26 08:35:04 UTC 2024
      154.1K bytes
      Cache
     
  7. Hyperparameter — scikit-learn 1.5.1 documentation

    n_elements = 1 , fixed = None ) [source] # A...the parameter. If n_elements>1, a pair of 1d array with n_elements...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Hyperparameter.html
    Fri Jul 26 08:35:06 UTC 2024
      115.8K bytes
      Cache
     
  8. TSNE — scikit-learn 1.5.1 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 Jul 26 08:35:06 UTC 2024
      142.5K bytes
      Cache
     
  9. SpectralClustering — scikit-learn 1.5.1 documen...

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...clustering . labels_ array([1, 1, 1, 0, 0, 0]) >>> clustering ...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.SpectralClustering.html
    Fri Jul 26 08:35:06 UTC 2024
      137.5K bytes
      Cache
     
  10. MiniBatchNMF — scikit-learn 1.5.1 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 Jul 26 08:35:06 UTC 2024
      148.4K bytes
      Cache
     
Back to top