Skip to content

Commit

Permalink
Releasing version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
caominhduy committed Jul 4, 2020
1 parent 2527543 commit d56c8cf
Show file tree
Hide file tree
Showing 16 changed files with 2 additions and 12,352 deletions.
2 changes: 1 addition & 1 deletion __main__.py
Expand Up @@ -16,7 +16,7 @@
import generate_data
import train

path = os.getcwd() + ('/pandemic-central')
path = os.getcwd() + ('/pandemic-central-1.0.2')
os.chdir(path)
init()

Expand Down
2 changes: 1 addition & 1 deletion generate_data.py
Expand Up @@ -497,7 +497,7 @@ def merge_data(save_files = False, ag=False):
saving_path = 'processed_data/merged/' + date.today().isoformat() + '.csv.gz'
print('[' + u'\u2713' + ']\n')

print('[ ] Get Facebook Mobility Data\n', end='\r')
print('[ ] Get Facebook Mobility Data', end='\r')
status = get_facebook_data()
if status == 'success':
print('[' + u'\u2713' + ']\n')
Expand Down
2 changes: 0 additions & 2 deletions models/tensorflow/202007012135/checkpoint

This file was deleted.

Binary file not shown.
Binary file removed models/tensorflow/202007012135/checkpoint.index
Binary file not shown.
3,087 changes: 0 additions & 3,087 deletions predictions/full_predictions_2020-06-23.csv

This file was deleted.

3,087 changes: 0 additions & 3,087 deletions predictions/full_predictions_2020-06-25.csv

This file was deleted.

3,087 changes: 0 additions & 3,087 deletions predictions/full_predictions_2020-07-01.csv

This file was deleted.

3,087 changes: 0 additions & 3,087 deletions predictions/full_predictions_2020-07-02.csv

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file removed raw_data/apple/applemobilitytrends-2020-07-01.csv.gz
Binary file not shown.
Binary file not shown.
Binary file modified raw_data/facebook/movement-range-2020-07-01.csv.gz
Binary file not shown.
Binary file modified raw_data/google/2020-06-30.csv.gz
Binary file not shown.

0 comments on commit d56c8cf

Please sign in to comment.