Usage
Install
To use aml, first install it using pip:
(.venv) $ pip install git+https://github.com/alexcapstick/AML@main#egg=aml
For example:
>>> import aml
From here, you can use the functions and classes provided, for example:
>>> aml.MLPModel()