dkgaraujo / gingado

A machine learning library for economics and finance
https://dkgaraujo.github.io/gingado/
Apache License 2.0
10 stars 3 forks source link

Welcome to gingado!

[!NOTE]

Archived repo

Thank you for your interest in gingado. This repo contains the first gingado codes up until the v0.2.0 release. This repo is now archived. Subsequent developments and new versions starting from v0.2.1 are now hosted at the Bank for International Settlements’ Monetary and Economic Department repo here. Users looking for the latest versions or to active contribute with code, opening issues, etc should go to that repo.

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.

Design principles

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

Acknowledgements

gingado’s API is inspired on the following libraries:

In addition, gingado is developed and maintained using nbdev.

Presentations, talks, papers

The most current version of the paper describing gingado is here. The paper and other material about gingado (ie, slide decks, papers) in this dedicated repository. Interested users are welcome to visit the repository and comment on the drafts or slide decks, preferably by opening an issue. I also store in this repository suggestions I receive as issues, so users can see what others commented (anonymously unless requested) and comment along as well!

Install

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

$ pip install gingado

If you use this package in your work, please cite it as below:

Araujo, Douglas KG (2023): “gingado: a machine learning library focused on economics and finance”, BIS Working Paper No 1122.

@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}
}

References

<div id="refs" class="references csl-bib-body hanging-indent" entry-spacing="0">

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). .