- A simple algorithm in python for prediction of values from a .csv file
- Prerequisite - Python 3.11, Sklearn, Pandas
- This algorithm can be used in projects requiring extraction of data from .csv files to later be used as input data for a machine learning model
- To change the prediction values, change the values in the 2D array on Line 10