Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 821 - 830 of 2,914 for 1 (0.09 sec)

  1. MiniBatchKMeans — scikit-learn 1.7.0 documentation

    array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2...0 , 1 ], [ 2 , 2 ], ... [ 3 , 2 ], [ 5 , 5 ], [ 1 , - 1 ]]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.MiniBatchKMeans.html
    Fri Jun 06 09:13:47 UTC 2025
      171.6K bytes
      Cache
     
  2. mean_squared_error — scikit-learn 1.7.0 documen...

    1 ],[ - 1 , 1 ],[ 7 , - 6 ]] >>> y_pred...y_pred = [[ 0 , 2 ],[ - 1 , 2 ],[ 8 , - 5 ]] >>> mean_squared_error...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_squared_error.html
    Fri Jun 06 09:13:47 UTC 2025
      117K bytes
      Cache
     
  3. mean_absolute_error — scikit-learn 1.7.0 docume...

    1 ], [ - 1 , 1 ], [ 7 , - 6 ]] >>> y_pred...y_pred = [[ 0 , 2 ], [ - 1 , 2 ], [ 8 , - 5 ]] >>> mean_absolute_error...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_absolute_error.html
    Fri Jun 06 09:13:47 UTC 2025
      113.1K bytes
      Cache
     
  4. SimpleImputer — scikit-learn 1.7.0 documentation

    scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...Added in version 1.2. Changed in version 1.6: Currently, when...
    scikit-learn.org/stable/modules/generated/sklearn.impute.SimpleImputer.html
    Fri Jun 06 09:13:47 UTC 2025
      147K bytes
      Cache
     
  5. StratifiedKFold — scikit-learn 1.7.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
    Fri Jun 06 09:13:47 UTC 2025
      124.7K bytes
      Cache
     
  6. 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
    Fri Jun 06 09:13:47 UTC 2025
      229K bytes
      Cache
     
  7. HuberRegressor — scikit-learn 1.7.0 documentation

    epsilon = 1.35 , max_iter = 100 , alpha =...Parameters : epsilon float, default=1.35 The parameter epsilon controls...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.HuberRegressor.html
    Fri Jun 06 09:13:47 UTC 2025
      146K bytes
      Cache
     
  8. AdaBoostRegressor — scikit-learn 1.7.0 document...

    the range [1, inf) . learning_rate float, default=1.0 Weight applied...n_estimators = 50 , learning_rate = 1.0 , loss = 'linear' , random_state...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostRegressor.html
    Fri Jun 06 09:13:47 UTC 2025
      145.1K bytes
      Cache
     
  9. RegressorMixin — scikit-learn 1.7.0 documentation

    array ([ - 1 , 0 , 1 ]) >>> estimator . fit ( X...__init__ ( self , * , param = 1 ): ... self . param = param ......
    scikit-learn.org/stable/modules/generated/sklearn.base.RegressorMixin.html
    Fri Jun 06 09:13:47 UTC 2025
      115.7K bytes
      Cache
     
  10. StackingClassifier — scikit-learn 1.7.0 documen...

    in version 1.1: The ‘prefit’ option was added in 1.1 Note A larger...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.StackingClassifier.html
    Fri Jun 06 09:13:47 UTC 2025
      158.9K bytes
      Cache
     
Back to top