Flow
PDL.Classifier.Pipeline

PDL.Classifier.Pipeline

Visibility: public Uploaded 02-09-2024 by Karim Belaid sklearn==1.4.1.post1 numpy>=1.19.5 scipy>=1.6.0 joblib>=1.2.0 threadpoolctl>=2.0.0 pdll 0 runs
0 likes downloaded by 0 people 0 issues 0 downvotes , 0 total downloads
  • openml-python PDC pdll python scikit-learn sklearn sklearn_1.4.1.post1
Issue #Downvotes for this reason By


Loading wiki
Help us complete this description Edit
PDL Classifier (PDC) with a simple sklearn data processing pipeline

Parameters

memoryUsed to cache the fitted transformers of the pipeline. The last step will never be cached, even if it is a transformer. By default, no caching is performed. If a string is given, it is the path to the caching directory. Enabling caching triggers a clone of the transformers before fitting. Therefore, the transformer instance given to the pipeline cannot be inspected directly. Use the attribute ``named_steps`` or ``steps`` to inspect estimators within the pipeline. Caching the transformers is advantageous when fitting is time consumingdefault: null
stepsList of (name of step, estimator) tuples that are to be chained in sequential order. To be compatible with the scikit-learn API, all steps must define `fit`. All non-last steps must also define `transform`. See :ref:`Combining Estimators ` for more detailsdefault: [{"oml-python:serialized_object": "component_reference", "value": {"key": "pre-processor", "step_name": "pre-processor"}}, {"oml-python:serialized_object": "component_reference", "value": {"key": "PDL.Classifier", "step_name": "PDL.Classifier"}}]
verboseIf True, the time elapsed while fitting each step will be printed as it is completed.default: false

0
Runs

List all runs
Parameter:
Rendering chart
Rendering table