Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial PR #1

Merged
merged 27 commits into from
Aug 13, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
b2df4de
make basic web app
Hephaestus12 May 15, 2020
c29dd86
add .gitignore
Hephaestus12 May 15, 2020
a70c0a2
organize code
Hephaestus12 May 19, 2020
a03203e
make basic model
Hephaestus12 May 19, 2020
4bb2705
add submodule
Hephaestus12 May 19, 2020
4b8cc79
add API functionality and minor changes
Hephaestus12 May 23, 2020
70fbb67
minor documentation changes
Hephaestus12 May 23, 2020
bdc698c
add notebook which deals with missing values
Hephaestus12 May 25, 2020
c8eb0ac
add clean.py to clean the combined data
Hephaestus12 May 26, 2020
90ad054
add notebook to do some features engineering
Hephaestus12 May 26, 2020
1695dc5
Add process.py to apply features engineering to data.
Hephaestus12 May 26, 2020
135c494
Add process.py to apply features engineering to data.
Hephaestus12 May 26, 2020
56e6782
make changes and add README.md
Hephaestus12 May 29, 2020
429aa26
explain code in data_cleaning.ipynb notebook
Hephaestus12 May 30, 2020
3dbdb9c
final model ready
Hephaestus12 Jun 3, 2020
1dd972c
encapsulate code and serialize model
Hephaestus12 Jun 4, 2020
f1a46d9
make changes
Hephaestus12 Jun 5, 2020
c057a9c
make required changes
Hephaestus12 Jun 7, 2020
570dd8d
website up and running
Hephaestus12 Jun 9, 2020
6906ab5
frontend ready.
Hephaestus12 Jun 15, 2020
74ef63d
Tiny correction
Hephaestus12 Jun 15, 2020
cbe8706
Add Dockerfile.
Hephaestus12 Jun 15, 2020
80eef4c
update Dockerfile
Hephaestus12 Jun 16, 2020
cc180db
final changes
Hephaestus12 Jun 19, 2020
cc35fc3
correct README
Hephaestus12 Jun 22, 2020
59fffd7
correct README
Hephaestus12 Jun 22, 2020
a7c875e
Add new notebook.
Hephaestus12 Aug 13, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "gsoc_application_projects/2020/influenza/model/data/raw"]
path = gsoc_application_projects/2020/influenza/model/data/raw
url = https://github.com/fluTN/influenza-wikipedia-dataset.git
Loading