Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 120 for pipe (0.28 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
    Wed Nov 05 14:36:33 UTC 2025
      130.8K bytes
      Cache
     
  2. Use the Synthetics CLI | Elastic Docs

    inline scripted journeys and pipe them through stdin . For example,...
    www.elastic.co/docs/solutions/observability/synthetics/cli
    Tue Nov 04 17:37:30 UTC 2025
      384.8K bytes
      Cache
     
  3. Configure an HTTP endpoint for metrics | Packet...

    sock) or Windows named pipe (npipe:///packetbeat). It is recommended...Default is 5066 . http.named_pipe.user (Optional) User to use...
    www.elastic.co/guide/en/beats/packetbeat/current/http-endpoint.html
    Thu Oct 23 15:12:20 UTC 2025
      16.9K bytes
      Cache
      Similar Results (4)
     
  4. Pipelining: chaining a PCA and a logistic regre...

    plot_digits_pipe.py Download zipped: plot_digits_pipe.zip Related...max_iter = 10000 , tol = 0.1 ) pipe = Pipeline ( steps = [( "scaler"...
    scikit-learn.org/stable/auto_examples/compose/plot_digits_pipe.html
    Wed Nov 05 14:36:35 UTC 2025
      97.2K bytes
      Cache
     
  5. 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
    Wed Nov 05 14:36:33 UTC 2025
      122.7K bytes
      1 views
      Cache
     
  6. preprocessing.rst.txt

    random_state=42) >>> pipe = make_pipeline(StandardScaler(),..., LogisticRegression()) >>> pipe.fit(X_train, y_train) # apply...
    scikit-learn.org/stable/_sources/modules/preprocessing.rst.txt
    Mon Nov 03 14:20:04 UTC 2025
      52.9K bytes
     
  7. 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
    Wed Nov 05 14:36:33 UTC 2025
      156.8K bytes
      Cache
     
  8. 7.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
    Wed Nov 05 14:36:33 UTC 2025
      114K bytes
      Cache
     
  9. Replace Splunk with Elastic for logs, security,...

    Query language Elastic's piped query language and engine, ES|QL...JSON-based DSL queries. Splunk's piped query language, SPL, allows...
    www.elastic.co/splunk-replacement
    Thu Nov 06 00:39:33 UTC 2025
      514K bytes
      2 views
      Cache
     
  10. Configure an HTTP endpoint for metrics | Filebe...

    sock) or Windows named pipe (npipe:///filebeat). It is recommended...Default is 5066 . http.named_pipe.user (Optional) User to use...
    www.elastic.co/guide/en/beats/filebeat/current/http-endpoint.html
    Thu Oct 23 15:12:20 UTC 2025
      18K bytes
      Cache
     
Back to top