Allen Downey
Allen Downey
In the source notebook I have the following bullet item: ``` * The host, Monty Hall, shows you three closed doors numbered 1, 2, and 3. He tells you that...
When fastdoc converts figures to png, the default resolution is too low for printing. Is there a way to either increase the resolution or generate pdf?
It looks like there are two ways to include a reference target in a notebook: * In a raw cell, you can put an asciidoc target `[[like_this]]` * In a...
In the first code example, I changed the output to show the index column, and revised the text before and after the example. Please delete this line and the text...
For example, in Chapter 7, the prior (Gaussian) distribution has a mean of 2.8 (p. 65). However, on p. 66, the Python code and subsequent sentence uses a mean of...
I ran pip install bitly_api then I downloaded https://github.com/bitly/bitly-api-python/blob/master/test/test_bitly_api.py I set the environment variable BITLY_ACCESS_TOKEN to my access token and then ran nosetests All tests fail and report BitlyError: (77,...
This step is super slow ``` Checking all 245,944 filepaths exist. Can take up to a minute for every couple thousand files. ``` Looking it utilization while it's running, `goofys`...
The current implementation has an extra level of nesting that doesn't seem necessary. Also, it stores `cache_dir` and `cleanup_cache` as attributes, but these options are also provided later in the...
This page: https://zamba.drivendata.org/docs/stable/train-tutorial/ Contains some misleading/confusing information about the options, and some copy-pasted text that's actually about prediction.
Currently, if the user does not define splits, we generate random splits and check them. But if the use provides the splits, we don't do any checking. If the user-provided...