Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 171 - 180 of 3,459 for 1 (0.13 sec)

  1. SVR — scikit-learn 1.5.0 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
    Thu May 30 15:22:06 UTC 2024
      152.3K bytes
      Cache
     
  2. Putting it all together — scikit-learn 1.5.0 do...

    arange ( 1 , pca . n_components_ + 1 ), pca . explained_variance_ratio_...y_pred [ i ]] . rsplit ( " " , 1 )[ - 1 ] true_name = target_names...
    scikit-learn.org/stable/tutorial/statistical_inference/putting_together.html
    Wed May 29 10:52:44 UTC 2024
      60.4K bytes
      1 views
      Cache
     
  3. QuantileTransformer — scikit-learn 1.5.0 docume...

    Added in version 1.5: The option None to disable...all strings. Added in version 1.0. See also quantile_transform...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.QuantileTransformer.html
    Thu May 30 15:22:05 UTC 2024
      143.1K bytes
      Cache
     
  4. GaussianNB — scikit-learn 1.5.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
    Thu May 30 15:22:06 UTC 2024
      160.9K bytes
      Cache
     
  5. IsolationForest — scikit-learn 1.5.0 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 May 30 15:22:06 UTC 2024
      150.8K bytes
      Cache
     
  6. MaxAbsScaler — scikit-learn 1.5.0 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 May 30 15:22:05 UTC 2024
      137.2K bytes
      Cache
     
  7. PrecisionRecallDisplay — scikit-learn 1.5.0 doc...

    Added in version 1.3. Attributes : line_ matplotlib...not plotted. Added in version 1.3. ax_ matplotlib Axes Axes with...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.PrecisionRecallDisplay.html
    Thu May 30 15:22:07 UTC 2024
      153.3K bytes
      Cache
     
  8. 1.11. Ensembles: Gradient boosting, random fore...

    Gradient Boosting models 1.11.1.1.1. Usage # Most of the parameters...= [[ 1 , 0 ], ... [ 1 , 0 ], ... [ 1 , 0 ], ... [ 0 , 1 ]] >>>...
    scikit-learn.org/stable/modules/ensemble.html
    Thu May 30 15:22:06 UTC 2024
      239.3K bytes
      Cache
     
  9. StratifiedKFold — scikit-learn 1.5.0 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 May 30 15:22:05 UTC 2024
      129.9K bytes
      Cache
     
  10. TfidfVectorizer — scikit-learn 1.5.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
    Thu May 30 15:22:06 UTC 2024
      165.3K bytes
      Cache
     
Back to top