According to the given wine indicators, predict points depending on the description, price, region, and various parameters.
In my research, I used a dataset from the Kaggle platform. In the dataset for each product, its description, price, and place of production, are stored origin, sort, and other parameters.
The data were divided into training and testing in a ratio of 7:3. Linear Regression model and a Decision tree were trained using the Scikit-learn library.
Average Linear Regression accuracy = 98.6%
Average Decision Tree accuracy = 98.8%
With the use of decision trees and linear regression, I got two models with sufficiently high accuracy.
Python, Scikit-learn library, NumPy, Pandas