Felipe Almeida (queirozfcom)
Felipe Almeida (queirozfcom)
If option is passed, a zip file is created (using python zipfile module) with a random name (cache busting) and the zipped file is uploaded instead, to use less bandwidth....
The notebooks under `tests/` were outdated, calling old APIs and package names. - **BRkNNTesting.ipynb**: rewritten using the new classes. - **CrossValTesting:**: I didn't quite understand how you were classifying the...
Please look at issue #149
File `skmultilearn/ext/__init__.py` currently looks like this: ```python import sys, platform from .meka import Meka, download_meka __all__ = ["Meka", 'download_meka'] if not (sys.version_info[0] == 2 or platform.architecture()[0]=='32bit'): from .keras import Keras...
**Describe the bug** Trying to create a new item or viewing an existing one causes a 503 error. **To Reproduce** Try to render any new notebook on https://nbviewer.jupyter.org/ **Expected behavior**...
Hi. I was looking at `create_embeddings.py` to see how you derived char embeddings directly from word embeddings. It looks like you equate a char embedding with the average of all...
Fresh post just off the printer: https://building.nubank.com.br/data-science-interview-pratical-tips/ I placed it under `Team Structure` but maybe you want to add a new Section (maybe called `Hiring`) instead?
It now uses --config rather than --profile, because --profile is not used anymore in IPython4 See [this question on datascience.SE](http://datascience.stackexchange.com/q/6555/413) and, in particular, [this answer](http://datascience.stackexchange.com/a/8021/413) for additional info. Thank you...
This is what the signature for the getPermissions method in Subject.java looks like right now: `List
Hi. I'm trying to set a function different from noop (the default) to be triggered but I can't seem to be able to do it. I've tried changing `defaultProps` for...