Skip to content

Commit

Permalink
Merge pull request #22 from oislen/dev
Browse files Browse the repository at this point in the history
21 user names llama
  • Loading branch information
oislen authored Oct 8, 2024
2 parents fdade9d + 1305243 commit 6a4cf68
Show file tree
Hide file tree
Showing 6 changed files with 584 additions and 1 deletion.
7 changes: 7 additions & 0 deletions aws/refresh_credentials.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
:: user settings
set user_dir=E:\GitHub\RandomTelecomPayments\.creds
set ubuntu_dir=/home/config
set session_fname=sessionToken.json

:: generate session token
call aws sts get-session-token > %user_dir%\%session_fname%
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ scipy
shap
scikit-learn
pyarrow
fastparquet
fastparquet
boto3
1 change: 1 addition & 0 deletions scripts/cons.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
fpath_smartphones = os.path.join(fpath_repo_dir, 'scripts', 'ref', 'smartphones.csv')
fpath_unittest_user_data = os.path.join(fpath_repo_dir, 'data', 'unittest', 'user_data.pickle')
fpath_unittest_transaction_data = os.path.join(fpath_repo_dir, 'data', 'unittest', 'transaction_data.pickle')
fpath_aws_session_token = os.path.join(fpath_repo_dir, '.creds','sessionToken.json')

# set url links to files available online
url_european_populations = 'https://raw.githubusercontent.com/ajturner/acetate/master/places/Countries-Europe.csv'
Expand Down
Loading

0 comments on commit 6a4cf68

Please sign in to comment.