Skip to content

TeslaH2O/MosekRegression

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MosekTools

Building tools on the shoulders of Mosek.

Motivation

We created this package to support the experiments given in the paper by Schmelzer, Hauser, Dahl and Andersen.

Installation

A first glimpse of the notebooks we provide is given here: http://nbviewer.jupyter.org/github/tschm/MosekRegression/tree/master/books/

For reproducing our results in exactly the environment we have used clone the underlying repository

git clone [email protected]:tschm/MosekRegression.git

and build the pymosek docker container with

docker-compose build pymosek

Docker will download all the required dependencies. Start the container with

docker-compose run -d -p 2016:9999 pymosek

License

If you have a valid Mosek license you may want to edit the Dockerfile and adjust the definition of the environment variable in there.

Applications

You can solve various (un)constrained regression and Markowitz problems.

About

Experiments with Mosek

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 59.0%
  • Python 40.1%
  • Shell 0.9%