l-vicen / Portfolio-Optimizer

Streamlit app to simulate/optimize different portfolio allocations based on mathematical methods.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

App Documentation

Contributing (dependencies)

In order to contribute to the project, you should create a conda environment using the requirements.txt file which you find in the root of the repository. The following command should do this:

conda env create --file bio-env.txt

Commit Style

Please also consider writting meaningful messages in your commits.

    API: an (incompatible) API change
    BENCH: changes to the benchmark suite
    BLD: change related to building numpy
    BUG: bug fix
    DEP: deprecate something, or remove a deprecated object
    DEV: development tool or utility
    DOC: documentation
    ENH: enhancement
    MAINT: maintenance commit (refactoring, typos, etc.)
    REV: revert an earlier commit
    STY: style fix (whitespace, PEP8)
    TST: addition or modification of tests
    REL: related to releasing numpy

About

Streamlit app to simulate/optimize different portfolio allocations based on mathematical methods.


Languages

Language:Python 82.7%Language:Jupyter Notebook 17.1%Language:Shell 0.2%Language:Procfile 0.0%