Giter Site home page Giter Site logo

panford / bitrade-graphs Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 1.0 9.18 MB

A graph-based approach to modelling bilateral trade between countries

License: MIT License

Jupyter Notebook 98.16% Python 1.84%
applications-graph-neural-networks graph-neural-networks ml-in-economics

bitrade-graphs's Introduction

  • ๐Ÿ‘‹ Hi, Iโ€™m Kobby Panford-Quainoo
  • ๐Ÿ‘€ Iโ€™m interested in Machine Learning Research & Engineering
  • ๐ŸŒฑ Iโ€™m currently working on some ideas pertaining to Deep Generative Models and Climate Simulations
  • ๐Ÿ’ž๏ธ Iโ€™m looking to collaborate on any Machine Learning projects
  • ๐Ÿ“ซ I'm reachable by email - [email protected]

bitrade-graphs's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

bitrade-graphs's Issues

add a README

The README should:

  • briefly explain the goal of the project,
  • contain instructions to reproduce the work (both to install and run),
  • explain what is the content of the repository (for example: what are the notebooks about, what is the data, etc.).

You can look at this example.

don't version temporary files

The __pycache__ folder shouldn't be versioned. It contains temporary files created by the python runtime. Those will be recreated when the code is run again.

You can tell git to ignore files with a .gitignore file. A simple default is:

*~
.DS_Store

# Byte-compiled / optimized files
__pycache__/
*.py[cod]

# IPython checkpoints
.ipynb_checkpoints/

# Local configuration
/.env
/.python-version

state your dependencies

Add a requirements.txt (pip) or environment.yml (conda) that lists the software to be installed alongside its version. That is to make the environment reproducible. It's necessary for the code not to break once dependencies get upgraded, and for other researchers to reproduce the results.

avoid redundancies

It seems that multiple classes and functions are defined both in notebooks and python files. For example, GCNet in Models2.ipynb, training_nb.ipynb, and models.py. Please define them once (in models.py) and import the definition in the notebooks (from models import GCNet).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.