-
Notifications
You must be signed in to change notification settings - Fork 83
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
tx_log.csv being created in wrong directory? #47
Comments
@apkil This is has been fixed and merged. This issue is resolved. Thanks. |
Thanks for the fix @nelsonjd. I applied the fix locally as suggested that day to move ahead. I was able to generate the data for sample simulation. Now I need to understand the param files to generate data for different typologies. Any resources to help me in that direction would be great? |
Sorry to hijack this thread, but thought I would reach out for quick help. I am new to AMLSim world, I am trying to get data for my dissertation that involves Use of Machine Learning in AML. To evaluate different models what would you suggest I should use from your example dataset, something that is close to the real world and a mix of a few typologies? Would version v2.1 be suitable for that? As I am running short on time for the dissertation I have limited time to explore AMLSim in-depth to generate my own data. Would really appreciate your guidance. Thanks Kapil |
Playing with AMLSim for the first time for a dissertation project. Getting an error on this step - python3 scripts/convert_logs.py conf.json
Simulation name: sample
Load alert groups: alert_members.csv
Convert transaction list from tmp/sample/tx_log.csv to transactions.csv, cash_tx.csv and alert_transactions.csv
Traceback (most recent call last):
File "scripts/convert_logs.py", line 912, in
converter.convert_acct_tx()
File "scripts/convert_logs.py", line 632, in convert_acct_tx
in_tx_f = open(self.log_file, "r") # Transaction log file from the Java simulator
FileNotFoundError: [Errno 2] No such file or directory: 'tmp/sample/tx_log.csv'
The text was updated successfully, but these errors were encountered: