Zachary White

Results 7 comments of Zachary White

> @ReagentX understood, and agreed that a library to help guide beginner users has value. As well as shortcuts to map/visualize/compare etc. One of the benefits of the API is...

> This is off-topic, but since you asked. :) You can't use the sensor_index endpoint to retrieve data for multiple sensors at once; you use the sensors endpoint with the...

I was able to get multicore tsne on python 3.7 if you're running it on windows, you'll need to follow the instructions [here ](https://github.com/DmitryUlyanov/Multicore-TSNE/issues/32) in order to get it working.

From what I can tell the output for my query is identical to the table output that is the answer, however it is not accepted.

@TomAugspurger I have a similar issue I believe. My use case for dask-xgboost on local cluster is that my data set is very large. I was hoping to test the...

@TomAugspurger Let me check ``` #Dask import dask.dataframe as dd from dask.distributed import Client client = Client() # start distributed scheduler locally. Launch dashboard client ``` Scheduler Address (this changes...

> The doc still mentions this as functionality but it doesn't work: > > src: [Rolling doc](https://pandas.pydata.org/docs/reference/api/pandas.core.groupby.DataFrameGroupBy.rolling.html) > > ``` > For a DataFrame, a column label or **Index level**...