full process flow
Thiru
New Altair Community Member
can I have a some link to full process flow for a supervisory algorithm
let say: KNN . I see like this:
load data (ETL with subprocess ) -> multiply->cross validation of sub process of training & testing using KNN model -> next (??)
should we use same process for all other algorithms?
let say: KNN . I see like this:
load data (ETL with subprocess ) -> multiply->cross validation of sub process of training & testing using KNN model -> next (??)
should we use same process for all other algorithms?
Tagged:
1
Answers
-
Hello @Thirushould we use same process for all other algorithms?Not a requirement but to keep things simple you can use multiple cross-validations with different algorithms in the same process. This is based on your comfort. Also, rapidminer doesn't open multiple process windows at a time, if you want to check other processes then your current process will be closed.
Hope this helps.3 -
thanks for your reply. I will check1
-
3