Paperone80

Results 5 issues of Paperone80

Hi, I've installed the pip version into a Jupyterhub environment with --sys-prefix. It only works when tensorflow is installed last but stops working when tensorflow-gpu is installed alone or after...

Please first search for your feature request under Issues or Discussions, maybe someone else already suggested it. **Is your feature request related to a problem? Please describe.** I've been looking...

Hi, Building with pip install I get the following error: > [...] > [100%] Built target KMCUDA > file libKMCUDA.py (for module libKMCUDA) not found > file libKMCUDA.py (for module...

Hi, in case somebody is in a similar situation. Compiling from source I got the error: ``` Scanning dependencies of target KMCUDA [ 66%] Building CXX object CMakeFiles/KMCUDA.dir/kmcuda.cc.o /opt/kmcuda/kmcuda_2018-09-17/src/kmcuda.cc:206:0: error:...

Hi, is there a way to enable early-stopping as part of EvolutionaryAlgorithmSearchCV when cv=KFold()? I think I understood, it is not part of the Scikit-learn API because it is not...