Influence of X-data over the Output Predictor Y-data
Mohan Sivaraman
Senior Software Development Engineer specializing in Python and Data Science at Comcast Technology Solutions
In general we use to choose different x-data (input variable or input feature) to predict our output(predictor).
Sometime, we might choose more than one x-data (input variable or input feature) to predict the output.
But, at the same time some of the x-data(input variable) we choose to predict may not have that influence over the output.
So, it high time that we check the influence of x-data over the output using below mentioned methods:
Same can also be visualised using the graph called
Same can also be analysed using inbuilt sklearn libraries mentioned below.
Senior test Engineer
8 个月Very informative