Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 21 - 30 of 282 for pipe (0.11 seconds)

  1. Balance model complexity and cross-validated sc...

    pipe = Pipeline ( [ ( "reduce_dim"...model. grid = GridSearchCV ( pipe , # Use a non-stratified CV...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_refit_callable.html
    Mon Dec 29 13:14:49 GMT 2025
      200.8K bytes
      Cache
     
  2. 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
    Mon Dec 29 13:14:48 GMT 2025
      194.9K bytes
      Cache
     
  3. Release Highlights for scikit-learn 0.24 &#8212...

    the latest version (with pip): pip install -- upgrade scikit...fetch_covtype ( return_X_y = True ) pipe = make_pipeline ( MinMaxScaler...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_24_0.html
    Mon Dec 29 13:14:48 GMT 2025
      204.2K bytes
      Cache
     
  4. 7.3. Preprocessing data — scikit-learn 1....

    random_state = 42 ) >>> pipe = make_pipeline ( StandardScaler...LogisticRegression ()) >>> pipe . fit ( X_train , y_train )...
    scikit-learn.org/stable/modules/preprocessing.html
    Mon Dec 29 13:14:48 GMT 2025
      198.2K bytes
      Cache
     
  5. 3.2. Tuning the hyper-parameters of an estimato...

    import SelectKBest >>> pipe = Pipeline ([ ... ( 'select'...>>> search = GridSearchCV ( pipe , param_grid , cv = 5 ) . fit...
    scikit-learn.org/stable/modules/grid_search.html
    Mon Dec 29 13:14:48 GMT 2025
      130.9K bytes
      Cache
     
  6. Displaying Pipelines — scikit-learn 1.8.0...

    ] 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
    Mon Dec 29 13:14:48 GMT 2025
      447.3K bytes
      Cache
     
  7. Metadata Routing — scikit-learn 1.8.0 doc...

    pipe = SimplePipeline ( transformer...( sample_weight = True ), ) pipe . fit ( X , y , sample_weight...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_metadata_routing.html
    Mon Dec 29 13:14:48 GMT 2025
      285.6K bytes
      Cache
     
  8. Selecting dimensionality reduction with Pipelin...

    load_digits ( return_X_y = True ) pipe = Pipeline ( [ ( "scaling"...ot; ] grid = GridSearchCV ( pipe , n_jobs = 1 , param_grid =...
    scikit-learn.org/stable/auto_examples/compose/plot_compare_reduction.html
    Mon Dec 29 13:14:49 GMT 2025
      164.8K bytes
      Cache
     
  9. Supervised fine-tuning of the open source IBM G...

    the text generation pipeline pipe = pipeline( task= "text-generation"...{question} [/INST]" generated = pipe(prompt) predicted_answer = generated[...
    developer.ibm.com/articles/awb-supervised-finetuning-ibm-granite-model-transformers/
    Mon Dec 29 13:03:28 GMT 2025
      760.2K bytes
      Cache
     
  10. Replace Splunk with Elastic for logs, security,...

    Query language Elastic's piped query language and engine, ES|QL...DSL queries. Splunk's piped query language, SPL, allows...
    www.elastic.co/splunk-replacement
    Mon Dec 29 01:49:24 GMT 2025
      532K bytes
      Cache
     
Back to Top