File tree 1 file changed +12
-3
lines changed 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 23
23
- [x] Creation of Input page begun.
24
24
- 31st August, 2020.
25
25
- [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
+
26
34
27
35
## 📄 Abstract
28
36
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
37
45
38
46
### 📍 Major Checkpoints and Pipelines
39
47
- ⛳ Data Science
40
- - [ ] Data cleaning and pipelining
48
+ - [x] Data cleaning and pipelining
49
+ - [x] Exploratory Data Analysis
41
50
- [ ] Building a model
42
51
- [ ] Training the model
43
52
- [ ] Testing the model
@@ -49,8 +58,8 @@ We aim to create a web-app which will be used to predict the best possible offer
49
58
- [ ] Testing the API
50
59
- ⛳ Web Development
51
60
- [ ] Front End
52
- - [ ] Landing page
53
- - [ ] Input Form
61
+ - [x ] Landing page
62
+ - [x ] Input Form
54
63
- [ ] Visualization of graphical data
55
64
- [ ] Back End
56
65
- [ ] Integrating the API with the web-app
You can’t perform that action at this time.
0 commit comments