-
I made another pass at some parts of the API, looking for feedback. Specifically the general page at:
The pages to look at are in the Wiki, [here](../wiki/Structures) and [here](../wiki/Commands)
Th…
-
Dask can load a dataframe from a pytables hdf5 file, and pytables already supports a hierarchy tables. Why not simulate a multiindex (like in pandas) by loading all tables from an hdf5 file into one …
-
@TylerJFisher commented on [Tue Dec 01 2015](https://github.com/TheTorProject/ooni-explorer/issues/4)
Hello,
I have been working on a fork of ooni-api on/off, and have noticed a few usability issues…
-
### Issues Policy acknowledgement
- [X] I have read and agree to submit bug reports in accordance with the [issues policy](https://www.github.com/mlflow/mlflow/blob/master/ISSUE_POLICY.md)
### W…
-
As @jwass mentions in #134 :
"it's weird and annoying to iterate over the rows and not have the geom methods"
You can get to the geometry methods via `row.geometry.*` but you have no way of knowing …
-
**Describe the bug**
`forecaster` defaults (using `TransformedTargetForecaster`) failed when `param_grid` items (e.g. `prophet`) are expected to be safe from bugs of `NaN`, however it is clear that…
-
Update:
With invaluable assistance from @Vermillion-de, we have successfully allocated ALL the items! We are now making preparations for the final touches on these Chinese (Simplified) subtitles.
…
-
prompt = """
I have a topic that contains the following documents:
[DOCUMENTS]
The topic is described by the following keywords: [KEYWORDS]
Based on the information above, extract a short but hi…
-
#### Code Sample, a copy-pastable example if possible
```python
df1 = pd.DataFrame(index=['a', 'b'], columns=['foo', 'muu'])
df1.index.name = "foo"
print(df1)
# create deep copy of df1 and ch…
skaae updated
2 years ago
-
Hi,
I've made an example on this notebook:
https://tmp49.tmpnb.org/user/wvAjc7U0cb38/notebooks/notebook.ipynb
Basically, my x axis labels don't seem to carry over when I do mpld3.display(fig). The …