AnaC-Code / Tech_Lab6

0 stars 0 forks source link

Implementing model: Random Forest #5

Open AnaC-Code opened 4 months ago

AnaC-Code commented 4 months ago

Description Implement a Random Forest model to predict sales using the cleaned sales dataset.

Tasks Data Preparation

Load and preprocess the sales dataset. Handle missing values, encode categorical variables, and split data into training/testing sets.

Model Implementation Initialize and train a Random Forest model. Make predictions on the test data.

Evaluation Assess model performance using metrics like RMSE, MAE, and R-squared.

AnaC-Code commented 4 months ago

@CanBugra the issue is also assigned to Ricardo, I will assign him after he accept the github invitation