Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2821 - 2830 of 4,759 for * (2.06 sec)

  1. 1.1. Linear Models scikit-learn 1.7.1 documen...

    0 ], [ 1 , 1 ]], [ 0 , .1 , 1 ]) Ridge(alpha=0.5) >>> reg . coef_...predicted value. \[\hat{y}(w, x) = w_0 + w_1 x_1 + ... + w_p x_p\]...
    scikit-learn.org/stable/modules/linear_model.html
    Sat Aug 02 00:15:35 UTC 2025
      221.5K bytes
      Cache
     
  2. Glossary of Common Terms and API Elements sci...

    features (i.e. n_features ), or columns in a 2d feature matrix. Dimensions...Types , Target Types , Methods , Parameters , Attributes , Data...
    scikit-learn.org/stable/glossary.html
    Sat Aug 02 00:15:37 UTC 2025
      212.1K bytes
      Cache
     
  3. 1.11. Ensembles: Gradient boosting, random fore...

    classification, in particular for tabular data. 1.11.1.1. Histogram-Based...Gradient Boosting models 1.11.1.1.1. Usage # Most of the parameters...
    scikit-learn.org/stable/modules/ensemble.html
    Sat Aug 02 00:15:35 UTC 2025
      229.2K bytes
      Cache
     
  4. Classification scikit-learn 1.7.1 documentation

    top Ctrl + K GitHub Choose version Classification # General examples...covariance ellipsoid Normal, Ledoit-Wolf and OAS Linear Discriminant...
    scikit-learn.org/stable/auto_examples/classification/index.html
    Sat Aug 02 00:15:35 UTC 2025
      75.9K bytes
      Cache
     
  5. Getting Started scikit-learn 1.7.1 documentation

    StandardScaler () . fit ( X ) . transform ( X ) array([[-1., 1.], [ 1., -1.]])...make_pipeline ( ... StandardScaler (), ... LogisticRegression () ... ) ......
    scikit-learn.org/stable/getting_started.html
    Sat Aug 02 00:15:37 UTC 2025
      49.2K bytes
      Cache
     
  6. sg_gallery-binder.css

    /* CSS for binder integration */ div.binder-badge { margin: 1em...1em auto; vertical-align: middle; } div.lite-badge { margin: 1em...
    scikit-learn.org/stable/_static/sg_gallery-binder.css
    Sat Aug 02 00:15:37 UTC 2025
      167 bytes
     
  7. MultiTaskLasso scikit-learn 1.7.1 documentation

    ], [ 1 , 2 ], [ 2 , 4 ]], [[ 0 , 0 ], [ 1 , 1 ], [ 2 , 3 ]]) ...MultiTaskLasso(alpha=0.1) >>> print ( clf . coef_ ) [[0. 0.60809415]...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLasso.html
    Sat Aug 02 00:15:38 UTC 2025
      156.9K bytes
      Cache
     
  8. StackingClassifier scikit-learn 1.7.1 documen...

    RandomForestClassifi ( n_estimators = 10 , random_state = 42 )), ... ( 'svr' ,...load_iris ( return_X_y = True ) >>> estimators = [ ... ( 'rf' , RandomForestClassifi...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.StackingClassifier.html
    Sat Aug 02 00:15:38 UTC 2025
      158.8K bytes
      Cache
     
  9. MultiTaskElasticNet scikit-learn 1.7.1 docume...

    0 , 0 ], [ 1 , 1 ], [ 2 , 2 ]], [[ 0 , 0 ], [ 1 , 1 ], [ 2 , 2...print ( clf . intercept_ ) [0.0872422 0.0872422] fit ( X , y ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskElasticNet.html
    Sat Aug 02 00:15:36 UTC 2025
      156.9K bytes
      Cache
     
  10. AdaBoostRegressor scikit-learn 1.7.1 document...

    predict ([[ 0 , 0 , 0 , 0 ]]) array([4.7972]) >>> regr . score ( X ,...{‘linear, square, exponential}, default=linear The loss function...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostRegressor.html
    Sat Aug 02 00:15:35 UTC 2025
      144.8K bytes
      Cache
     
Back to top