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

https://github.com/kmohamedalie/facebook-metrics-regression

Predicting total interaction on a post
https://github.com/kmohamedalie/facebook-metrics-regression

facebook regression uci-machine-learning

Last synced: 8 months ago
JSON representation

Predicting total interaction on a post

Awesome Lists containing this project

README

          

# Performance metrics of a renowned cosmetic's brand Facebook page.

![facebook png](https://github.com/Kmohamedalie/Facebook-Metrics/assets/63104472/e2faef04-ac31-4645-b613-5c7d9537dc39)

**Dataset:** [UCI machine learning](https://archive.ics.uci.edu/dataset/368/facebook+metrics)

**Complete JupyterNotebook:** [Link](https://github.com/Kmohamedalie/Facebook-Metrics/tree/master/Notebooks)

**Packages used:** [statsmodels](https://www.statsmodels.org/stable/index.html), [sklearn](https://scikit-learn.org/stable/)

**Metrics:**

| Algorithm | MAE | MSE | RMSE | R2 |
|------------------ |-----------|---------------|------------|-----------|
| Linear Regression | 3.911574e-13 | 2.601279e-25 | 5.100273e-13 | 1.0 |

## Additional Information

The data is related to posts' published during the year of 2014 on the Facebook's page of a renowned cosmetics brand.
This dataset contains 500 of the 790 rows and part of the features analyzed by Moro et al. (2016). The remaining were omitted due to confidentiality issues.