Roberto Rocha

Results 7 issues of Roberto Rocha

I was trying to cluster on a dataset with about 460,000 points and ran into a memory error when `.fit` was called. This was the pertinent code: ```Python eps =...

Excalibur 0.4.2 Python 3.6.7 Installed in a conda environment Windows 7 The table selector is opaque, making it impossible to see where the columns are in case more need to...

ORIGINAL STRING: MARVA ROSE ELAINE BAKER PARSED TOKENS: [('MARVA', 'GivenName'), ('ROSE', 'Surname'), ('ELAINE', 'GivenName'), ('BAKER', 'Surname')] UNCERTAIN LABEL: GivenName

I usually use Python 3+, which handles unicode natively. I created a 2.7 virtualenv, and it's failing when video titles have accented characters. The error happens on line 234, when...

I'm trying to add two Vincent bar charts in a popup using Vega, one on top of the other. The two methods below are not working: ```python # Adding both...

enhancement

Using matplotlib with Seaborn's FacetGrid. Before upgrade to 2.0, setting the x,y position of the y-axis label worked. Now only y-position is respected. ```python import seaborn as sns import matplotlib.pyplot...

New feature
Good first issue
topic: ticks axis labels
status: inactive

## 🐛 Bug Report Passing an invalid property to `update_metadata` is accepted and breaks the chart. Specifically, I passed `dw.update_metadata(dw_id, properties = {'annotate' : 'SAMPLE ANNONATION'})` instead of: `dw.update_metadata(dw_id, properties...

bug