Confirming About Training Set and Test Set Week 2 Part Working With an Ai Team

Link to the class room : https://www.coursera.org/learn/ai-for-everyone/lecture/74dmT/working-with-an-ai-team

Hi there greetings,

i would like to questions about training set and test set

from what i understand the training set team would have a harder task than test set team, the training set team would be preparing algorithm, dataset, while test set team just receive the already made algorithm, preparing data set and checking the accuracy and report back to the ai team

               🏗️ Training Phase (Harder Job)  

┌──────────────────────────────────────────┐
:one: Collect and clean data │
:two: Label data (Input A → Output B) │
:three: Choose model & train it │
:four: Tune parameters & optimize │
:five: Finalize trained model :white_check_mark:
└──────────────────────────────────────────┘
:down_arrow: Model is now trained

               🎯 Testing Phase (Easier Job)  

┌──────────────────────────────────────────┐
:one: Use trained model on new test data │
:two: Measure accuracy and errors :bar_chart:
:three: Report results to training team │
:four: If bad accuracy, training team fixes │
:five: Repeat with improved model :white_check_mark:
└──────────────────────────────────────────┘

if this is true, how could this categorism is actually be made ? how is this fair ?