Kevin Rose
Kevin Rose
https://github.com/atom/language-python/pull/212 results in incorrect indentation after every `return` and similar statements: ```python def f(x): return x |#cursor is here> ``` Other statements where indentation is known to need to decrease...
**Minimal code example:** What the code looks like before pressing `enter`: ```python if True: for i in range(5): print(i) else: print('no break!') else:| ``` What I want the code to...
If a hanging indent is closed after some values have been entered, it incorrectly keeps the indentation level. Example: ``` python x = [ 0,1,2,3] ``` pressing enter before the...
Any realistic machine learning project will not have 100% accuracy. We should report the expected performance levels as found on held-out data.
Right now the geocoding example notebook uses the NER dataset from kaggle. Current best results are achieved using only our own training data downloadable from https://geo-extract-tester.herokuapp.com. To make things as...
Could we easily and automatically generate documentation using something like sphinx?