Python library of MT system.
This library requires:
- Python (>=3.9)
- scikit-learn (>=1.4.0)
It can be installed as follows using pip:
pip install -U mt-system
Describe how to use the library in this part.
Development requires:
- Python (>=3.9)
- Poetry
- Git
- Make (Option)
You can check the latest sources with the command:
git clone https://github.com/stfukuda/mt-system.git
After cloning the repository, you can install the development environment with the command:
make install
After installation, you can run the test with the command:
make test
If the test passes, send the pull request according to the format.