- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 11 - 20 of 120 for pipe (0.77 sec)
-
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 -
Use the Synthetics CLI | Elastic Docs
www.elastic.co/docs/solutions/observability/synthetics/cli -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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