Thanks to visit codestin.com
Credit goes to github.com

Skip to content

s417-lama/privjail

 
 

Repository files navigation

PrivJail

Getting Started

To install PrivJail:

pip install .

To run a decision tree example:

cd examples/
./download_dataset.bash
python decision_tree.py

Development

This project is managed using uv.

Launch a REPL with PrivJail loaded:

uv run python

Test:

uv run pytest

Type check:

uv run mypy --strict src/ test/

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.

Copyright 2025 TOYOTA MOTOR CORPORATION.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%