Skip to content

Commit a9f8c72

Browse files
authored
Update README.md
1 parent 80dbb81 commit a9f8c72

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@
2323
- [x] Creation of Input page begun.
2424
- 31st August, 2020.
2525
- [x] Tried to merge the data into one pipeline.
26+
- [x] Eliminated redundant features from the dataset.
27+
- 1st September, 2020.
28+
- [x] Merging all the useful features in one dataframe.
29+
- [x] Algorithm for the model was decided.
30+
- 2nd September, 2020.
31+
- [x] Input page creation completed.
32+
- [x] Added some encoded columns to the merged columns.
33+
2634

2735
## 📄 Abstract
2836
The data simulates how people make purchasing decisions and how those decisions are influenced by promotional offers.
@@ -37,7 +45,8 @@ We aim to create a web-app which will be used to predict the best possible offer
3745

3846
### 📍 Major Checkpoints and Pipelines
3947
- ⛳ Data Science
40-
- [ ] Data cleaning and pipelining
48+
- [x] Data cleaning and pipelining
49+
- [x] Exploratory Data Analysis
4150
- [ ] Building a model
4251
- [ ] Training the model
4352
- [ ] Testing the model
@@ -49,8 +58,8 @@ We aim to create a web-app which will be used to predict the best possible offer
4958
- [ ] Testing the API
5059
- ⛳ Web Development
5160
- [ ] Front End
52-
- [ ] Landing page
53-
- [ ] Input Form
61+
- [x] Landing page
62+
- [x] Input Form
5463
- [ ] Visualization of graphical data
5564
- [ ] Back End
5665
- [ ] Integrating the API with the web-app

0 commit comments

Comments
 (0)