- Update `get_account_holder` method to return an AccountHolder object instead of dictionaries
- Added docstrings to all public SDK methods. Consult the reference at https://developers.ntropy.com/sdk
- Added `retries` attribute to SDK object, which determines the number of retries per request before failling
- Added `retry_on_unhandled_exception` to SDK object, which controls whether the SDK should retry requests that return an error code in the range 500-511
- Removed `list_models` method. Added base custom model API to SDK that closer resembles the REST API structure. Added three new methods to SDK `train_custom_model`, `get_custom_model` and `get_all_custom_models`. Added new classes to represent custom model structures `LabeledTransaction` and `Model`.