Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 91 - 100 of 3,439 for 1 (0.06 sec)

  1. RBFSampler — scikit-learn 1.5.0 documentation

    [ 1 , 1 ], [ 1 , 0 ], [ 0 , 1 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>>...in version 1.2: The option "scale" was added in 1.2. n_components...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.RBFSampler.html
    Mon Jun 10 22:40:13 UTC 2024
      137K bytes
      Cache
     
  2. LatentDirichletAllocation — scikit-learn 1.5.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
    Mon Jun 10 22:40:15 UTC 2024
      152.3K bytes
      Cache
     
  3. Lasso — scikit-learn 1.5.0 documentation

    1 ) >>> clf . fit ([[ 0 , 0 ], [ 1 , 1 ], [ 2 , 2...* || W || _11 where \(||W||_{1,1}\) is the sum of the magnitude...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Lasso.html
    Mon Jun 10 22:40:14 UTC 2024
      174.6K bytes
      Cache
     
  4. 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
    Mon Jun 10 22:40:14 UTC 2024
      239.3K bytes
      Cache
     
  5. 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
    Mon Jun 10 22:40:14 UTC 2024
      160.9K 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
    Mon Jun 10 22:40:14 UTC 2024
      137.2K bytes
      Cache
     
  7. 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
    Mon Jun 10 22:40:14 UTC 2024
      150.8K bytes
      Cache
     
  8. ColumnTransformer — scikit-learn 1.5.0 document...

    1. , 2. , 2. ], ... [ 1. , 1. , 0. , 1. ]]) >>> #...scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...
    scikit-learn.org/stable/modules/generated/sklearn.compose.ColumnTransformer.html
    Mon Jun 10 22:40:13 UTC 2024
      163.3K bytes
      Cache
     
  9. StandardScaler — scikit-learn 1.5.0 documentation

    ( data )) [[-1. -1.] [-1. -1.] [ 1. 1.] [ 1. 1.]] >>> print (...0 , 0 ], [ 0 , 0 ], [ 1 , 1 ], [ 1 , 1 ]] >>> scaler = StandardScaler...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.StandardScaler.html
    Mon Jun 10 22:40:15 UTC 2024
      193K bytes
      Cache
     
  10. 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
    Mon Jun 10 22:40:15 UTC 2024
      129.9K bytes
      Cache
     
Back to top