This repository contains python codes the are used for machine learning and has been divided by libraries and also the files that were created during practice. Spyder interface was used for coding.
- Basic_Functions (Basics of python coding like variable assignment, calculations, types, conversions, lists)
- Numpy_Functions (Used for scientific computing like creating, modifying, calculating, types, conversaions of arrays)
- Pandas_Functions (Built on numpy library provids easy to use data structures such as data frames and data analyis for programming)
- Scikit_Learn_Functions (Contains codes for core machine learning activites such as preprocessing, validation and algorithms)
- Matplotlib_Function (2D plotting library used to plot and create visuals like charts and graphs and configure and customize them)