Skip to content

ponder-lab/ML

This branch is 761 commits ahead of, 117 commits behind wala/ML:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7dfcebc · Apr 18, 2025
Apr 18, 2025
Apr 27, 2023
Jul 24, 2024
Jul 24, 2024
Jul 24, 2024
Jul 24, 2024
Oct 3, 2024
Jul 24, 2024
Nov 11, 2024
Apr 18, 2025
Nov 8, 2024
Jan 23, 2024
Jan 16, 2020
Feb 23, 2024
Apr 27, 2023
Jul 3, 2024
Jan 23, 2024
May 22, 2024
Nov 8, 2024
Aug 15, 2023
Jul 9, 2024
Mar 29, 2024
Apr 18, 2025
May 31, 2018
Feb 27, 2024
Mar 15, 2024
Apr 18, 2025
Apr 18, 2025
Jul 12, 2019
Jan 23, 2024

Repository files navigation

Continuous integration

This is the top level repository for Ariadne code. More information on using the Ariadne tools can be found here. This repository is code to analyze machine learning code with WALA. Currently, the code consists of the analysis of Python (com.ibm.wala.cast.python), analysis focused on machine learning in Python (com.ibm.wala.cast.python.ml), support for using the analysis via J2EE WebSockets (com.ibm.wala.cast.python.ml.j2ee) and their associated test projects.

Since it is built using WALA, you need to have WALA on your system to use it. Instructions on building this project can be found in CONTRIBUTING.md.

To test, for example, run TestCalls in the com.ibm.wala.cast.python.test project.