- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1 - 10 of 288 for pipe (0.17 seconds)
-
Elasticsearch Piped Query Language (ES|QL) | El...
investigation: Elasticsearch Piped Query Language (ES|QL) Try our...next-generation transformative piped query language and engine —...www.elastic.co/elasticsearch/piped-query-language -
Evaluating generic phrases using Granite models...
transformers import pipeline pipe = pipeline( "text-generation"...HuggingFacePipeline( pipeline =pipe) Copy code Copied! Prompt Template...developer.ibm.com/articles/generics-granite/ -
What is query language? | A Comprehensive Query...
From pipe dreams to reality: Announcing Elastic’s piped query...Query Language (ES|QL) is a new piped language that transforms, enriches,...www.elastic.co/what-is/query-language -
Pipeline — scikit-learn 1.8.0 documentation
random_state = 0 ) >>> pipe = Pipeline ([( 'scaler'...into the train set >>> pipe . fit ( X_train , y_train )...scikit-learn.org/stable/modules/generated/sklearn.pipeline.Pipeline.html -
Functionbeat: Lightweight Shipper for Cloud Dat...
www.elastic.co/beats/functionbeat -
getting_started.rst.txt
create a pipeline object >>> pipe = make_pipeline( ... StandardScaler(),...# fit the whole pipeline >>> pipe.fit(X_train, y_train) Pipel...scikit-learn.org/stable/_sources/getting_started.rst.txt -
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 -
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 -
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 -
Release Highlights for scikit-learn 1.0 —...
LogisticRegression ()) pipe . fit ( X , y ) pipe [: - 1 ] . get_feature_names_out...the latest version (with pip): pip install -- upgrade scikit...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_0_0.html