Rose Perrone
Rose Perrone
Where can I find documentation on how to use this? For example, what's the `balance` parameter to the elastic net?
The Configuration(package_name).to_dict() result already includes the packages=[package_name] entry. By including it in setup() and in the config_dict mapping, setup() is supplied that keyword twice. You could remove it from the...
I build the package with the following command, but when I import the module I get this error: ``` python setup.py config_fc --fcompiler=gnu95 --f77flags='-fdefault-real-8' --f90flags='-fdefault-real-8' build ``` File "/Users/rose/221/tagger/tagger/glmnet/glmnet.py", line...
python scrape.py rdp --all "Artificial Intelligence: Principles and Techniques" Password: Logging in to myvideosu.stanford.edu... Course Read Error: "Artificial Intelligence: Principles and Techniques" not found I also tried "Natural Language Processing",...
liblinear depends on OpenMP, which gcc4.9 supports. I tried to make sure Matlab uses gcc4.9, and some evidence indicates it does, and some that it doesn't. This is the error...