You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Olist Sentiment Analysis with Natural Language Processing
2
2
3
3
## About this project
4
-
This project works with **Olist's Brazilian E-Commerce Public Dataset**. Our goal is to use this dataset to develop a **classification model**, which will identify if a customer review was positive or negative. Furthermore, we wish to gather **explainability** from the model, in this case, applying**LIME** and **SHAP**. We provide a Dockerfile and Poetry configuration file for ease of running and reproductibility.
4
+
This project works with **Olist's Brazilian E-Commerce Public Dataset**. Our goal is to use this dataset to develop a **classification model**, which will identify if a customer review was positive or negative. Furthermore, we gather **explainability** from the model through**LIME** and **SHAP**. We provide a Dockerfile and Poetry configuration file for ease of running and reproductibility.
5
5
6
6
## Environment Setup
7
7
It is always recommended to have a separate python environment for different projects. This projects utilizes `Python 3.11.5`. We walk you through the environment configuration with Poetry and the highly recommended Docker image. pip and Conda were failing to build the project due to unresolved dependency issues with Numba, hence, their usage is not recommend - but feel free to try.
0 commit comments