- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1 - 10 of 301 for pipe (0.27 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 -
Recursive feature elimination — scikit-le...
] ) 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 -
7.1. Pipelines and composite estimators —...
>>> pipe = Pipeline ( estimators ) >>> pipe Pipel...>>> pipe [ 0 ] PCA() >>> pipe [ 'reduce_dim'...scikit-learn.org/stable/modules/compose.html -
TfidfTransformer — scikit-learn 1.8.0 doc...
'one' ] >>> pipe = Pipeline ([( 'count'...fit ( corpus ) >>> pipe [ 'count' ] . transform...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.TfidfTransformer.html -
Pipelining: chaining a PCA and a logistic regre...
1 ) pipe = Pipeline ( steps = [( "scaler"...), } search = GridSearchCV ( pipe , param_grid , n_jobs = 2 )...scikit-learn.org/stable/auto_examples/compose/plot_digits_pipe.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 -
Getting Started — scikit-learn 1.8.0 docu...
pipeline object >>> pipe = make_pipeline ( ... StandardScaler...whole pipeline >>> pipe . fit ( X_train , y_train )...scikit-learn.org/stable/getting_started.html -
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/ -
maxabs_scale — scikit-learn 1.8.0 documen...
scikit-learn.org/stable/modules/generated/sklearn.preprocessing.maxabs_scale.html -
scale — scikit-learn 1.8.0 documentation
scikit-learn.org/stable/modules/generated/sklearn.preprocessing.scale.html