Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [Ariadne](https://wala.github.io/ariadne/)

[![Continuous integration](https://github.com/ponder-lab/ML/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/ponder-lab/ML/actions/workflows/continuous-integration.yml)
[![Continuous integration](https://github.com/ponder-lab/ML/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/ponder-lab/ML/actions/workflows/continuous-integration.yml) [![Coverage Status](https://coveralls.io/repos/github/ponder-lab/ML/badge.svg)](https://coveralls.io/github/ponder-lab/ML)

This is the top level repository for Ariadne code. More information on using the Ariadne tools can be found [here](https://wala.github.io/ariadne/). 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.

Expand Down
Loading