Skip to content

danhphan/credit-risk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interest rate prediction

Data sets

Data pipelines and architecture

architecture

Project dashboard

Set up Environment

conda create --name creditrisk -c conda-forge python=3.9
conda activate creditrisk
conda install -c conda-forge mamba
mamba install -c conda-forge "pymc>=5.0.0" nutpie
mamba install -c conda-forge bokeh hvplot panel
pip install -r requirements.txt 

Convert panel to app for visualisation on Github

cd ./nbs
panel convert app.py --to pyodide-worker --out ../docs/app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published