Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 80 for pipe (0.2 sec)

  1. 3.2. Tuning the hyper-parameters of an estimato...

    tion import SelectKBest >>> pipe = Pipeline ([ ... ( 'select'...>>> search = GridSearchCV ( pipe , param_grid , cv = 5 ) . fit...
    scikit-learn.org/stable/modules/grid_search.html
    Fri May 31 14:06:04 UTC 2024
      128.6K bytes
      Cache
     
  2. 6.1. Pipelines and composite estimators — sciki...

    SVC ())] >>> pipe = Pipeline ( estimators ) >>> pipe Pipeline(s...pipeline: >>> pipe . steps [ 0 ] ('reduce_dim', PCA()) >>> pipe [ 0 ]...
    scikit-learn.org/stable/modules/compose.html
    Fri May 31 14:06:07 UTC 2024
      117.2K bytes
      Cache
     
  3. Comparing Target Encoder with Other Encoders — ...

    pipe ): result = cross_validate ( pipe , X , y , scoring...categorical_features ), ] ) pipe = make_pipeline ( preprocessor...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_target_encoder.html
    Fri May 31 14:06:04 UTC 2024
      135.4K bytes
      Cache
     
  4. One-Class SVM versus One-Class SVM using Stocha...

    1e-4 ) pipe_sgd = make_pipeline ( transform , clf_sgd ) pipe_sgd...y_pred_train_sgd = pipe_sgd . predict ( X_train ) y_pred_test_sgd = pipe_sgd...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgdocsvm_vs_ocsvm.html
    Fri May 31 14:06:04 UTC 2024
      121.1K bytes
      1 views
      Cache
     
  5. Arkansas trans community center vandalized for ...

    SKIP TO CONTENT The pipes for InTRANSitive’s community...year, someone has damaged the pipes outside of the building at least...
    www.nbcnews.com/nbc-out/out-news/arkansas-trans-community-center-vandalized-5th-time-year-advocat...
    Sat May 04 00:53:56 UTC 2024
      222.1K bytes
      Cache
     
  6. Displaying Pipelines — scikit-learn 1.5.0 docum...

    ] pipe = Pipeline ( steps ) pipe # click on the...= "linear" ))] pipe = Pipeline ( steps ) pipe # click on the...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_pipeline_display.html
    Fri May 31 14:06:06 UTC 2024
      204.6K bytes
      Cache
     
  7. Balance model complexity and cross-validated sc...

    argmin () ] return best_idx pipe = Pipeline ( [ ( "reduce_dim"...14 ]} grid = GridSearchCV ( pipe , cv = 10 , n_jobs = 1 , param_grid...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_refit_callable.html
    Fri May 31 14:06:04 UTC 2024
      98.9K bytes
      Cache
     
  8. Selecting dimensionality reduction with Pipelin...

    load_digits ( return_X_y = True ) pipe = Pipeline ( [ ( "scaling" ,...f)" ] grid = GridSearchCV ( pipe , n_jobs = 1 , param_grid =...
    scikit-learn.org/stable/auto_examples/compose/plot_compare_reduction.html
    Fri May 31 14:06:06 UTC 2024
      119.3K bytes
      Cache
     
  9. Categorical Feature Support in Gradient Boostin...

    for pipe in ( hist_dropped , hist_one_hot...hist_ordinal , hist_native ): if pipe is hist_native : # The native...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_categorical.html
    Fri May 31 14:06:04 UTC 2024
      123.8K bytes
      Cache
     
  10. Which Movies Popularized (or Tarnished) Baby Na...

    the pipes, the pipes are calling." In response,...Dannys are Irishmen who hear the pipes a'callin. Somebody made something...
    digg.com/stat-significant/link/which-movies-popularized-or-tarnished-baby-names
    Thu May 23 01:17:49 UTC 2024
      152.5K bytes
      Cache
     
Back to top