This README file describes the necessary steps to run the Network Lasso code in this folder.
For hosting the source code of network lasso related machine learning research.
- Quick summary
- Version
- Learn Markdown
- Installing NetworkX for Graph -> https://pypi.python.org/pypi/networkx/
- Installing SciPy and NumPy -> https://www.scipy.org/install.html
- Installing CVXPY -> http://www.cvxpy.org/en/latest/install/
- Unofficial Windows Binaries Python Packages -> http://www.lfd.uci.edu/~gohlke/pythonlibs/
- The required dependencies to build this project are Python 2.7, NetworkX, NumPy >= 1.6.1, Scipy >= 0.9, CVXPY >= 0.3.9
- Go to the root folder
- Run command : python Network_Lasso.py -CoreSize -lambdaStartValue -lambdaMaxValue -lambdaStepSize
- Example: python Network_Lasso.py 4 0 10 1.1
PhD work from Kazi. To be reviewed by others.
- Writing tests
- Code review
- Other guidelines
- Repo owner or admin
- Other community or team contact