A machine learning library for economics and finance
Project description
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:
-
data augmentation, to add data from official sources, improving the machine models being trained by the user;
-
relevant datasets, both real and simulated, to allow for easier model development and comparison;
-
automatic benchmark model, to assess candidate models against a reasonably well-performant model;
-
machine learning-based estimators, to help answer questions of academic or practical importance;
-
support for model documentation, to embed documentation and ethical considerations in the model development phase; and
-
utilities, including tools to allow for lagging variables in a straightforward way.
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 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:
-
flexibility: users can use
gingado
out of the box or build custom processes on top of it; -
compatibility:
gingado
works well with other widely used libraries in machine learning, such asscikit-learn
andpandas
; and -
responsibility:
gingado
facilitates and promotes model documentation, including ethical considerations, as part of the machine learning development workflow.
For more information about gingado
, please read the
paper.
Acknowledgements
gingado
’s API is inspired on the following libraries:
-
scikit-learn
(Buitinck et al. 2013) -
keras
(website here and also, this essay) -
fastai
(Howard and Gugger 2020)
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. http://arxiv.org/abs/1309.0238.
Howard, Jeremy, and Sylvain Gugger. 2020. “Fastai: A Layered API for Deep Learning.” Information 11 (2). https://doi.org/10.3390/info11020108.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file gingado-0.2.5.zip
.
File metadata
- Download URL: gingado-0.2.5.zip
- Upload date:
- Size: 5.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 992e07f1c140b28a16ce83181fcb4af916fc43d93d3c36cf6298ac7d60cd4b31 |
|
MD5 | 4e3afbe4cb39b3ed8075517a24f7731e |
|
BLAKE2b-256 | 7547ac5110b7ca6e2db931249961747caae0121559e5bbe6b69616880295112c |
File details
Details for the file gingado-0.2.5-py3-none-any.whl
.
File metadata
- Download URL: gingado-0.2.5-py3-none-any.whl
- Upload date:
- Size: 5.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c73ea4b28828077545fa29f9e4dfc8485b30459a1469812f4ca71ee6cbcb9f86 |
|
MD5 | 0318d8b67b1071b4ad559d23923d8288 |
|
BLAKE2b-256 | 890b9fb0ad5b69eb4696e2779f00a027da56c1426a8362e63069f19d7fdb0191 |