bis-med-it / gingado

A machine learning library for economics and finance
https://bis-med-it.github.io/gingado/
Apache License 2.0
12 stars 4 forks source link

Welcome to gingado!

gingado seeks to facilitate the use of machine learning in economic and finance use cases, while promoting good practices. This package aims to be suitable for beginners and advanced users alike. Use cases may range from simple data retrievals to experimentation with machine learning algorithms to more complex model pipelines used in production.

Overview

gingado is a free, open source library built different functionalities:

Each of these functionalities builds on top of the previous one. They can be used on a stand-alone basis, together, or even as part of a larger pipeline from data input to model training to documentation!

> **Tip** > > New functionalities are planned over time, so consider checking > frequently on `gingado` for the latest toolsets.

Install

> **Note** > > Please make sure you have read and understood the license disclaimer > in the NOTES.md file in our [GitHub > repository](https://github.com/bis-med-it/gingado) before using > gingado.

To install gingado, simply run the following code on the terminal:

$ pip install gingado

Attribution

If you use this package in your work, please consider citing Araujo (2023).

In BibTeX format:

@techreport{gingado,
    author = {Araujo, Douglas KG},
    title = {gingado: a machine learning library focused on economics and finance},
    series = {BIS Working Paper},
    type = {Working Paper},
    institution = {Bank for International Settlements},
    year = {2023},
    number = {1122}
}

Over time, new tools that are described in specific papers might be added (eg, a machine learning-based econometric estimator). Please consider citing them as well if used in your work. Specific information, if any, can be found in the documentation.

Design principles

The choices made during development of gingado derive from the following principles, in no particular order:

For more information about gingado, please read the paper.

Acknowledgements

gingado’s API is inspired on the following libraries:

In addition, gingado is developed and maintained using quarto.

References

Araujo, Douglas KG. 2023. “Gingado: A Machine Learning Library Focused on Economics and Finance.” Working Paper 1122. BIS Working Paper. Bank for International Settlements.
Buitinck, Lars, Gilles Louppe, Mathieu Blondel, Fabian Pedregosa, Andreas Mueller, Olivier Grisel, Vlad Niculae, et al. 2013. “API Design for Machine Learning Software: Experiences from the Scikit-Learn Project.” *CoRR* abs/1309.0238. .
Howard, Jeremy, and Sylvain Gugger. 2020. “Fastai: A Layered API for Deep Learning.” *Information* 11 (2). .