ML-Challenge / week3-supervised-learning

Learn the basics of Supervised Learning
4 stars 7 forks source link

Change of Axis labels in Fit & predict for regression #1

Closed ErikHaaijen closed 4 years ago

ErikHaaijen commented 4 years ago

L2.Regression.ipynb: plt.scatter(x='fertility', y='life', data=gapminder[['fertility', 'life']]) plt.xlabel('Fertility') plt.ylabel('Life Expectancy') plt.show()

mrancl commented 4 years ago

fixed