Skip to content

Commit f096d9d

Browse files
authored
Update README.md
1 parent f235ebd commit f096d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Olist Sentiment Analysis with Natural Language Processing
22

33
## 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.
55

66
## Environment Setup
77
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

Comments
 (0)