- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 21 - 30 of 113 for pipe (0.31 sec)
-
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 -
Displaying Pipelines — scikit-learn 1.7.2 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 -
auto_examples_python.zip
pipe.set_params(max_depth=3, max_iter=15) else: pipe.set_params(... step=1)), ] ) pipe.fit(X, y) ranking = pipe.named_steps["rf...scikit-learn.org/stable/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip -
Recursive feature elimination — scikit-learn 1....
] ) pipe . fit ( X , y ) ranking = pipe . named_steps...), - 1 )) y = digits . target pipe = Pipeline ( [ ( "scaler" ,...scikit-learn.org/stable/auto_examples/feature_selection/plot_rfe_digits.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 -
Using ES|QL COMPLETION + an LLM to write a Chuc...
piped query. Here’s what comes back:...demonstrates the full power of ES|QL's piped structure. Each step flows naturally...www.elastic.co/search-labs/blog/esql-completion-command-llm-fact-generator -
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 -
Getting Started — scikit-learn 1.7.2 documentation
create a pipeline object >>> pipe = make_pipeline ( ... StandardScaler...# fit the whole pipeline >>> pipe . fit ( X_train , y_train )...scikit-learn.org/stable/getting_started.html -
ES|QL | Elastic Docs
Query Language (ES|QL) is a piped query language for filtering,...How does it work? ES|QL uses pipes ( | ) to manipulate and transform...www.elastic.co/docs/explore-analyze/query-filter/languages/esql -
Log analytics | Elastic
www.elastic.co/observability/log-monitoring