Besides sklearn, what other machine learning tools are whitelisted? The FAQ has whitelisted libraries as,
bisect, cmath, collections, copy, cvxopt, datetime, functools, heapq,
itertools, math, numpy, operator, pandas, pytz, Queue, random, re,
scipy, sklearn, statsmodels, time, talib, zipline, and zlib.
Any plans for pymc3, theano, tensorflow, xgboost? What if I want to use a dimensional transform not in the whitelist? Can I use skimage?
Thomas Wiecki, what do you think?