Skip to content

ritzfy/sales_modelling_w-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Project Overview

This project builds a Random Forest Regressor model to predict a target variable using a provided dataset. It includes code for data loading, preprocessing, model training, evaluation, and feature importance visualization.

Key Features

  • Loads CSV data using Pandas.
  • Preprocesses data by handling missing values and scaling features.
  • Trains a Random Forest Regressor with 10-fold cross-validation.
  • Evaluates model performance using mean absolute error (MAE).
  • Visualizes feature importances to understand their impact on predictions.

Requirements

  • Python 3.x
  • Installed libraries: pandas, scikit-learn, matplotlib, numpy

Usage

  • git clone the repository
  • python gala-groceries__modelling.py

Future Enhancements

  • Hyperparameter Tuning: Explore optimizing model parameters for better performance.
  • Experimentation: Test with different datasets and target variables to assess model's adaptability.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages