#machine-learning
Read more stories on Hashnode
Articles with this tag
import matplotlib.pyplot as plt import numpy as np my dataframe is df #plot for see if there is a linear relation plt.scatter(col1,...
Some basic notes. Steps: Question -> input data -> features -> algorithm -> parameters -> evaluation Large data sample: 60% training, 20% test, 20%...