xcessiv icon indicating copy to clipboard operation
xcessiv copied to clipboard

A web-based application for quick, scalable, and automated hyperparameter tuning and stacked ensembling in Python.

Results 22 xcessiv issues
Sort by recently updated
recently updated
newest added

Hello, When I try to launch xcessiv I get an error: `Traceback (most recent call last): File "/PATH_TO/anaconda3/bin/xcessiv", line 10, in sys.exit(main()) File "/PATH_TO/anaconda3/lib/python3.7/site-packages/xcessiv/scripts/runapp.py", line 51, in main redis_conn.get(None) #...

File "/usr/local/Cellar/python/2.7.14/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/xcessiv/server.py", line 2, in from gevent.wsgi import WSGIServer ImportError: No module named wsgi

I'm trying to import homemade module named preprocessing_115v (filename preprocessing_115v.py) into the main data extraction source code but I can't seem to find it : ############# **import preprocessing_115v**

Hi This project looks very cool, but I am having some problems with the setup. I am running this in a container (my own), and I can't get the server...

I got an error something to the effect of "Error with JSON "N" at position 8345", presumably caused by my manually editing the code for one of the base learners....

In file server.py ```python from gevent.wsgi import WSGIServer ``` Has to be changed to: ```python from gevent.pywsgi import WSGIServer ``` http://www.gevent.org/api/gevent.pywsgi.html

Any chance of adding Redis password config support? I set up an instance at https://app.redislabs.com and require a password to connect. Will look into it on my own as well.

I am trying to use Xcessiv to an image classification project (together with Keras or PyTorch). By reading the walkthrough, I found that I have to pass the entire dataset...

Accidentally executed a huge grid search. Even starting/stopping Redis and Xcessive won't clear the queue and theres no way to cancel all pending tasks. Please advise.

enhancement

I'm using xcessiv inside docker, with `docker-compose up`. When I issue a docker restart (because, sometimes jobs get stuck, maybe this is another issue) I get the following: ``` xcessiv_1...