Raniere Silva
Raniere Silva
I have the following model at my app ~~~ BLOG_POST_STATUS = ( ('U', 'Waiting for triage'), # This is the status after we receive the blog post draft. ('R', 'Waiting...
Hi, I got a error when try to using it with Python3. ``` bash $ python --version Python 3.3.2 $ python src/manga.py -h Traceback (most recent call last): File "src/manga.py",...
Thanks for supply this great tool for the community. When I try to install it I got some warnings related with the use of `print` statement instead of `print` function...
## Willingness to contribute The MLflow Community encourages new feature contributions. Would you or another member of your organization be willing to contribute an implementation of this feature (either as...
Facebook [share button](https://developers.facebook.com/docs/plugins/share-button) uses [Open Graph protocol](http://ogp.me/). We could improve the share button by including ~~~ ~~~ on `_includes/head.html` and changing the share button to ~~~ ~~~ on `_layouts/post.html`.
In the lesson, we state that > In future examples, we’ve used Mac output as the default - Linux and Windows output may differ slightly, but should be generally similar....
Sometimes when I use `git diff` I receive ~~~ fatal: ambiguous argument 'foo': unknown revision or path not in the working tree. ~~~ as an error message. This kind of...
The lesson says ``` Data files for the lesson are available and can be downloaded manually here: https://doi.org/10.6084/m9.figshare.1314459 ``` and later instruct the learners to run ``` download.file(url="https://ndownloader.figshare.com/files/2292169", destfile =...
The [visualisation part of the lesson](https://datacarpentry.org/R-ecology-lesson/04-visualization-ggplot2.html) uses `surveys_complete.csv` but this file is created during the [manipulating data part of the lesson](https://datacarpentry.org/R-ecology-lesson/03-dplyr.html). Could we have a copy of `surveys_complete.csv` available to...
http://swcarpentry.github.io/python-novice-gapminder/08-data-frames/ mentions the use of "identifiers" (numbers or strings), `:` and slice to select part of a dataframe. You can also use tuples/lists and I think this is a important...