- We have used np.log in order to normalize the data and check the relationship between two columns in the below code:
plt.scatter(np.log(value['48df886f9']),np.log(value['target']))
- Also in here, we can use any independent column among the 4991 columns.
- You can yourself check the difference by removing np.log and then plotting scatter plot.
Comments
0 comments
Article is closed for comments.