David Gilbertson
David Gilbertson
## What is this Python project? A collection of useful charts to help when doing ML model selection and hyperparameter fiddling. ## What's the difference between this Python project and...
I would like to able to assert that a field on an input is optional, but not nullable (so I can do a partial update of an entity). [GraphQL has...
Hello. I would like to be able to provide a value to the `num` and `clear` arguments accepted by `plt.figure` ([matplotlib docs](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.figure.html)) when using figure-level functions. Without Seaborn, I would...
I am plotting a chart with a `pd.Categorical` series on the x-axis. The category has a sort defined. Expected behaviour: the axis is sorted as per the underlying category definition...
I've just started the course and I'm finding that the use of `import *` makes learning more difficult than it should be. I don't know what functions are coming from...
### Issue with current documentation: The page [Constants of the numpy.ma module](https://numpy.org/doc/stable/reference/maskedarray.baseclass.html#numpy.ma.masked_print_options) references `numpy.ma.masked_print_options`, but this should be `numpy.ma.masked_print_option` (no s). This exists in a few other places too (e.g....
**Bug Report** I have a file with _some_ types defined (that I can't modify), and want to create a stub for this file so that I can fill out the...
Something very similar was logged here: https://github.com/jupyterlab/jupyterlab/issues/4126 but closed. ## Description I'm new to Jupyter. I've just installed JupyterLab, and run it with `jupyter lab` and was met with a...
**Description** In your `types.d.ts` file you have ```ts export type File = string | Buffer; ``` ...which makes `File` globally visible. But this is also a type exported by the...
Since this is perhaps unexpected by some, I firgured it's worth showing in the readme.