Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 231 - 240 of 2,898 for 1 (0.08 sec)

  1. incr_mean_variance_axis — scikit-learn 1.6.1 do...

    (array([1.3..., 0.1..., 1.1...]), array([8.8..., 0.1..., 3.4...]),...array ([ 0 , 1 , 2 , 2 ]) >>> data = np . array ([ 8 , 1 , 2 , 5 ])...
    scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.incr_mean_variance_axis.html
    Thu May 29 09:16:23 UTC 2025
      112K bytes
      Cache
     
  2. 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
     
  3. 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
     
  4. KernelRidge — scikit-learn 1.7.0 documentation

    alpha = 1.0 ) >>> krr . fit ( X , y ) KernelRidge(alpha=1.0) fit...sklearn.kernel_ridge. KernelRidge ( alpha = 1 , * , kernel = 'linear' , gamma...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_ridge.KernelRidge.html
    Fri Jun 06 09:13:47 UTC 2025
      142.7K bytes
      Cache
     
  5. pairwise_distances — scikit-learn 1.7.0 documen...

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...deprecated from SciPy 1.9 and will be removed in SciPy 1.11. Note 'matching'...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise_distances.html
    Fri Jun 06 09:13:47 UTC 2025
      119.7K bytes
      Cache
     
  6. GridSearchCV — scikit-learn 1.7.0 documentation

    means 1 unless in a joblib.parallel_backend context. -1 means...0.70 … 4 ‘rbf’ 0.1 – 0.80 … 3 ‘rbf’ 0.2 – 0.93 … 1 will be represented...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GridSearchCV.html
    Fri Jun 06 09:13:46 UTC 2025
      184.7K bytes
      Cache
     
  7. auc — scikit-learn 1.7.0 documentation

    array ([ 1 , 1 , 2 , 2 ]) >>> y_score = np . array ([ 0.1 , 0.4...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.auc.html
    Fri Jun 06 09:13:47 UTC 2025
      113.5K bytes
      Cache
     
  8. TargetEncoder — scikit-learn 1.7.0 documentation

    1 ] * 15 + [ 20.4 ] * 5 + [ 20.1 ] * 25 + [ 21.2...scikit-learn 1.3 Release Highlights for scikit-learn 1.3 On this...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.TargetEncoder.html
    Fri Jun 06 09:13:47 UTC 2025
      145.2K bytes
      Cache
     
  9. TunedThresholdClassifierCV — scikit-learn 1.7.0...

    means 1 unless in a joblib.parallel_backend context. -1 means...... n_samples = 1_000 , weights = [ 0.9 , 0.1 ], class_sep = 0.8...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.TunedThresholdClassifierCV.html
    Fri Jun 06 09:13:46 UTC 2025
      148.4K bytes
      Cache
     
  10. lasso_path — scikit-learn 1.7.0 documentation

    alpha * || w || _1 For multi-output tasks it is: ( 1 / ( 2 * n_samples...lasso_path >>> X = np . array ([[ 1 , 2 , 3.1 ], [ 2.3 , 5.4 , 4.3 ]])...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.lasso_path.html
    Fri Jun 06 09:13:46 UTC 2025
      121.2K bytes
      Cache
     
Back to top