Skip to content

Latest commit

 

History

History
80 lines (39 loc) · 1.97 KB

File metadata and controls

80 lines (39 loc) · 1.97 KB

13. Pipeline

  1. Click on Pipeline in the Machine Learning category.

  1. Pipeline: Choose the type of task:
  2. Code view: Preview the code that will be generated.
  3. Run: Execute the code.

Data Preparation

  1. Data Prep
  2. Fit
  3. Transform

Regression / Classification / GridSearch

  1. Data Split
  2. Regressor / Classifier / GridSearch
  3. Fit
  4. Predict
  5. Evaluation

Clustering

  1. Clustering
  2. Fit
  3. Predict
  4. Transform
  5. Evaluation

Dimension Reduction

  1. Dimension Reduction
  2. Fit
  3. Transform