Summary
Keywords
Full Transcript
Get my Free NumPy Handbook: https://www.python-engineer.com/numpybook The common data format in Machine Learning is a CSV file (comma separated values). In this Tutorial I show 4 different ways how you can load the data from such files and then prepare the data. I also show you some best practices on how to deal with the correct data type, missing values, and an optional header. The 4 approaches are: - with the csv module - with numpy: np.loadtxt() and numpy.genfromtxt() - with pandas: pd.read_csv() đ Notebooks available on Patreon: https://www.patreon.com/patrickloeber â Join Our Discord : https://discord.gg/FHMg9tKFSN If you enjoyed this video, please subscribe to the channel! The code and all Machine Learning tutorials can be found here: https://github.com/patrickloeber/MLfromscratch You can find me here: Website: https://www.python-engineer.com Twitter: https://twitter.com/patrickloeber GitHub: https://github.com/patloeber #Python #MachineLearning
