Eric Schles

Results 13 issues of Eric Schles

Hi! Thanks for making this wonderful library. It looks like doing `python -m pip install pyflux` doesn't work. I'm running Mac OSX, catalina and using python 3.7. The code builds...

Hi! I'd like to add HiveQL support (as a backend) to this project. Is that something the development team would be interested in?

feature
community

Hi all, Big fan of functional programming. I'm glad to see ya'll trying to bring this to Python. My question / request is pretty basic, I hope. I was looking...

enhancement
help wanted
good first issue
documentation

most of the work here is very light - pgmpy isn't available in anaconda - so I included a small bit of code - ``` import sys sys.path.append('/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/') ``` that...

There should be a more detailed minimal example, something showing how flask-elasticsearch interacts with a normal flask app. There should also be docs showing a step by step process of...

On my computer the code wasn't working because in the saved_network folder in check point saved_network was prepended to each of the lines for tetris. This caused the program to...

I ran 2to3 -w which seemed to work.

I added a setup.py file so now you can install the featherweight_api as a package!

When I run `yo 18f:cf-manifest` it generates the three manifest files just fine. However when I try to do `cf push` I get: `Server error, status code: 400, error code:...

bug

Hey, Going to try to get your tests to pass, might update some of your functions. looks like the following fail: * trace_ratio * t_score * svm_forward * svm_backward *...