Gael Varoquaux

Results 40 issues of Gael Varoquaux

These two files seem to have the same scope

The data from John Hopkins comes at the level of regions / province. We should ideally build the map at this level. Forecasting at this level would also be interesting,...

PyData
High priority
plotly

Several people (on twitter) asked a plot of the fatalities. I think that this not should be overlayed to the exciting plot, as it is too dense. Rather, it would...

plotly

The goal of this visualization is to get people to understand the local growth dynamics and to push them to change their behavior. It should be clear about the limitation...

documentation
Writing skills

I don't know at all how "localization" technologies work, but it would be really great to be able to have versions with multiple languages. In terms of outreach, such details...

enhancement
High priority
Python

Dash can have a template engine (at the bottom of https://dash.plot.ly/external-resources) We should use it: * Integrate cleaning the information in head.html, rather than using a sed in the Makefile...

good first issue
CSS and HTML
dash

We should change the color for the selected countries: ~~https://plot.ly/python/table/#row-color-based-on-variable~~ https://dash.plot.ly/datatable

dash

Next major release, I think that we should remove python-levenstein and the corresponding codepaths: it is not central to anything that we do, and it will hold us back.

enhancement

A good way of doing target encoding (or impact coding) is to compute the value to encoding in a left out subset of the data, to avoid overfitting, for instance...

enhancement

In recent sphinx-gallery, any output from a cell is displayed (hurray, this is great). Should we use pprint instead of the repr to display these outputs? This would for instance...

enhancement