matifkhattak / MT4UML

1 stars 0 forks source link

Replication study #1

Open gabriellimoni opened 1 year ago

gabriellimoni commented 1 year ago

Hello Faqeer! I've read your paper MT4UML and I want to do a replication study based on it. Looking at the repo, I couldn't find the requirements.txt file. Could you provide it to facilitate the execution of the experiment?

In addition, I've noted there are a lot of commented code. Could you provide also a version with clearer executable code?

Meanwhile I'll try to execute it anyway and if I get successfull I'll open a pull request for you to review. Thanks!

matifkhattak commented 1 year ago

Hi,

Thanks for reaching out. I will check it.

Regards, Faqeer ur Rehman

On Fri, Jun 9, 2023, 7:14 AM Gabriel Bregadioli Limoni < @.***> wrote:

Hello Faqeer! I've read your paper MT4UML and I want to do a replication study based on it. Looking at the repo, I couldn't find the requirements.txt file. Could you provide it to facilitate the execution of the experiment?

In addition, I've noted there are a lot of commented code. Could you provide also a version with clearer executable code?

Meanwhile I'll try to execute it anyway and if I get successfull I'll open a pull request for you to review. Thanks!

— Reply to this email directly, view it on GitHub https://github.com/matifkhattak/MT4UML/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEJBDTGXWGC6HE2VLVA3D6DXKMOTTANCNFSM6AAAAAAZAUNKFY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

matifkhattak commented 1 year ago

Hi,

The main files to work on will be retailClusteringHierarchicalWithMRs.py and retailClusteringKMeansWithMRs.py. The commented code inside the main function is comprised of chunks, each chunk focused on a single MR. You can uncomment out the code for each MR sequentially and run it, it would be much better and easy to see/analyze the results.

I didn't maintain the requirements.txt file but the required libraries can be seen in each file that must be installed.

Please let me know if you have any further questions.

Thanks!