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

tx_log.csv being created in wrong directory? #47

Open
apkil opened this issue Oct 16, 2021 · 4 comments
Open

tx_log.csv being created in wrong directory? #47

apkil opened this issue Oct 16, 2021 · 4 comments

Comments

@apkil
Copy link

apkil commented Oct 16, 2021

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'

@nelsonjd
Copy link
Contributor

nelsonjd commented Oct 16, 2021

@apkil I have a pr for this currently open. You can apply the one-line fix in your local until I get it merged.

a941a07

@nelsonjd
Copy link
Contributor

@apkil This is has been fixed and merged. This issue is resolved. Thanks.

@apkil
Copy link
Author

apkil commented Oct 19, 2021

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?

@apkil
Copy link
Author

apkil commented Oct 19, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants