Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Hi,
I have been following the ML Practitioner path. In the Machine Learning Basic course-> Tune the model section->Hands on segment, there is a following statement:
"A business analyst has analyzed the relationship between the top two variables from the Variable importance chart, age_first_order and pages_visited_avg, and the target, high_revenue, to assert the following:
My question is, where can you check explicit values of variables? I can only see % in the Variable Importance section in the model details.
Hi,
In fact, you can’t assert that directly from the Variable importance chart. However, you can use:
Metrics & assertions also do this but you have to retrain the model.
I hope this will help.
Isabelle