Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 791 - 800 of 2,914 for 1 (0.09 sec)

  1. BiclusterMixin — scikit-learn 1.7.0 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
    Fri Jun 06 09:13:47 UTC 2025
      114.4K bytes
      Cache
     
  2. ExtraTreeClassifier — scikit-learn 1.7.0 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
    Thu Jun 05 22:21:57 UTC 2025
      165.9K bytes
      Cache
     
  3. RandomForestRegressor — scikit-learn 1.7.0 docu...

    min_samples_leaf = 1 , min_weight_fraction_leaf = 0.0 , max_features = 1.0 ,...e.g. 0.3. Changed in version 1.1: The default of max_features...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestRegressor.html
    Fri Jun 06 09:13:47 UTC 2025
      170.6K bytes
      Cache
     
  4. TfidfVectorizer — scikit-learn 1.7.0 documentation

    ngram_range=(1 , 1) , max_df=1.0 , min_df=1 , max_features=None...ngram_range of (1, 1) means only unigrams, (1, 2) means unigrams...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.TfidfVectorizer.html
    Fri Jun 06 09:13:47 UTC 2025
      147.9K bytes
      Cache
     
  5. make_multilabel_classification — scikit-learn 1...

    [array([1, 1, 0, 1, 0]), array([0, 1, 1, 1, 0]), array([0, 1, 0,...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_multilabel_classification.html
    Fri Jun 06 09:13:47 UTC 2025
      114.6K bytes
      Cache
     
  6. PCA — scikit-learn 1.7.0 documentation

    ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...more details. Added in version 1.1. power_iteration_normalizer {‘auto’,...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.PCA.html
    Fri Jun 06 09:13:47 UTC 2025
      171.7K bytes
      Cache
     
  7. LatentDirichletAllocation — scikit-learn 1.7.0 ...

    evaluate_every = -1 , total_samples = 1000000.0 , perp_tol = 0.1 , mean_change_tol...None, defaults to 1 / n_components . In [1] , this is called...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.LatentDirichletAllocation.html
    Fri Jun 06 09:13:47 UTC 2025
      152.6K bytes
      Cache
     
  8. LinearSVR — scikit-learn 1.7.0 documentation

    intercept term: [x_1, ..., x_n, 1] , where 1 corresponds to the...version 1.3: The "auto" option is added in version 1.3 and will...
    scikit-learn.org/stable/modules/generated/sklearn.svm.LinearSVR.html
    Fri Jun 06 09:13:47 UTC 2025
      143.7K bytes
      Cache
     
  9. GaussianNB — scikit-learn 1.7.0 documentation

    ([[ - 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.naive_bayes.GaussianNB.html
    Fri Jun 06 09:13:47 UTC 2025
      155.6K bytes
      Cache
     
  10. ClassifierChain — scikit-learn 1.7.0 documentation

    X_test ) array([[1., 1., 0.], [1., 0., 0.], [0., 1., 0.]]) >>> chain...order = [ 0 , 1 , 2 , ... , Y . shape [ 1 ] - 1 ] The order of...
    scikit-learn.org/stable/modules/generated/sklearn.multioutput.ClassifierChain.html
    Fri Jun 06 09:13:47 UTC 2025
      141K bytes
      Cache
     
Back to top