DatalogiForAlle / Hus-Priser-og-Machine-Learning

0 stars 0 forks source link

Hus Priser og Machine Learning

Dette projekt indeholder kode som bruges til at

Kør med Binder

Binder

Development

requirement.txt only lists requirements necessary for running Binder.

During development on this repo, these additional requirements are needed:

jupyter
nbstripout

We use nbstripout to avoid huge commits with Jupyter notebook cell gdata. A command needs to be run to install nbstripout in your local git repository, to make it automatically remove those values from commits:

nbstripout --install

Read more at https://github.com/kynan/nbstripout