Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 681 - 690 of 3,451 for 1 (0.08 sec)

  1. SVR — scikit-learn 1.5.2 documentation

    Added in version 1.1. n_support_ ndarray of shape (1,), dtype=int32..., tol = 0.001 , C = 1.0 , epsilon = 0.1 , shrinking = True ,...
    scikit-learn.org/stable/modules/generated/sklearn.svm.SVR.html
    Wed Oct 30 20:01:21 UTC 2024
      145.7K bytes
      Cache
     
  2. MaxAbsScaler — scikit-learn 1.5.2 documentation

    -1. , 1. ], [ 1. , 0. , 0. ], [ 0. , 1. , -0.5]]) fit...= [[ 1. , - 1. , 2. ], ... [ 2. , 0. , 0. ], ... [ 0. , 1. , -...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.MaxAbsScaler.html
    Thu Oct 31 11:00:34 UTC 2024
      130.5K bytes
      Cache
     
  3. GaussianNB — scikit-learn 1.5.2 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
    Thu Oct 31 11:00:34 UTC 2024
      155.2K bytes
      Cache
     
  4. IsolationForest — scikit-learn 1.5.2 documentation

    1 ], [ 0 ], [ 90 ]]) array([ 1, 1, -1]) For an example...from 0.1 to 'auto' . max_features int or float, default=1.0 The...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.IsolationForest.html
    Thu Oct 31 11:00:32 UTC 2024
      144.1K bytes
      Cache
     
  5. StratifiedKFold — scikit-learn 1.5.2 documentation

    array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]])...>>> y = np . array ([ 0 , 0 , 1 , 1 ]) >>> skf = StratifiedKFold...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedKFold.html
    Thu Oct 31 11:00:32 UTC 2024
      123.2K bytes
      Cache
     
  6. TfidfVectorizer — scikit-learn 1.5.2 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
    Thu Oct 31 11:00:34 UTC 2024
      158.8K bytes
      Cache
     
  7. BernoulliRBM — scikit-learn 1.5.2 documentation

    1 , 1 ], [ 1 , 0 , 1 ], [ 1 , 1 , 1 ]]) >>> model...= 256 , * , learning_rate = 0.1 , batch_size = 10 , n_iter = 10...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.BernoulliRBM.html
    Thu Oct 31 11:00:34 UTC 2024
      134.8K bytes
      Cache
     
  8. cluster_optics_dbscan — scikit-learn 1.5.2 docu...

    1, 1, 1]) Gallery examples # Demo of...compute_optics_graph >>> X = np . array ([[ 1 , 2 ], [ 2 , 5 ], [ 3 , 6 ], ......
    scikit-learn.org/stable/modules/generated/sklearn.cluster.cluster_optics_dbscan.html
    Thu Oct 31 11:00:34 UTC 2024
      110.9K bytes
      Cache
     
  9. cross_validate — scikit-learn 1.5.2 documentation

    means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn 1.4 Release Highlights for scikit-learn 1.4 Categorical...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_validate.html
    Thu Oct 31 11:00:32 UTC 2024
      136.1K bytes
      Cache
     
  10. RANSACRegressor — scikit-learn 1.5.2 documentation

    min_samples int (>= 1) or float ([0, 1]), default=None Minimum...min_samples is chosen as X.shape[1] + 1 . This parameter is highly...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.RANSACRegressor.html
    Thu Oct 31 11:00:32 UTC 2024
      142.7K bytes
      Cache
     
Back to top