Step 4. Build the flowchart
In this section we are going to build our iris classification project flowchart.
The build workspace shows a detailed view of the current build workflow. Since we have chosen a classification project, the preset workflow for such projects type displays. It is only the default configuration applied for similar projects . However, we can always modify it later.
The default classification project Workflow contains the following modules:
Dataframe loader/converter
Features selector
Support Vector Classifier (Our ML model)
Labeled data splitter
Trainer ML models
Evaluator
Item saver

For building our iris classification project :
we need to configure those modules and
furthermore add :
We are going to develop these steps in in the next sections.
Last updated
Was this helpful?