Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jlenon7/advertising-model

🤖 Model that predicts how many sales has been made according to the number of advertisements in each channel.
https://github.com/jlenon7/advertising-model

Last synced: 9 days ago
JSON representation

🤖 Model that predicts how many sales has been made according to the number of advertisements in each channel.

Awesome Lists containing this project

README

        

# Advertising Model 🤖

> Model that predicts how many sales has been made according to the number of advertisements in each channel.

[![GitHub followers](https://img.shields.io/github/followers/jlenon7.svg?style=social&label=Follow&maxAge=2592000)](https://github.com/jlenon7?tab=followers)
[![GitHub stars](https://img.shields.io/github/stars/jlenon7/advertising-model.svg?style=social&label=Star&maxAge=2592000)](https://github.com/jlenon7/advertising-model/stargazers/)


Buy Me A Coffee

## Results

The model needs more training to be more precise:


## Running

To run the model first create a new Python environment and activate it. I'm using [Anaconda](https://www.anaconda.com/) for that:

```shell
conda create -n advertising_env python=3.11
conda activate advertising_env
```

Now install all the project dependencies:

```shell
make install-all
```

And run the model:

```shell
make model
```