Julio Antonio Soto
Julio Antonio Soto
Hi, Thank you so much for this library. AFAIK it is the only FM lib with WARP loss. I was thinking of using it, and I was wondering whether you...
Hi all! First of all, thank you so much for the effort in this lib. Works really well :) However, while using it with some implicit data (in fact, count...
Hi, It looks like the Tabulator widget is not rendering correctly the nested rows when we create a widget with `hierarchical=True` argument. Here's a simple example (you can run it...
Tested in OSX and Linux, Panel versions from 0.8.3 to 0.9.4 (and Bokeh 1.4.0 and 2.0.0, according to Panel requirements) ## The issue Hi! I am trying to embed a...
Hi, I have a question regarding the argument `verify_negative_samples ` in `implicit.bpr.BayesianPersonalizedRanking`, since I am unsure on how it works. Imagine that we have an implicit dataset, but instead of...
Hi, First of all, thank you all for Falcon. It's awesome. However, it looks like the Apache Drill connector only works with S3 buckets. Nonetheless, Drill itself is able to...
By avoiding `.toPandas()` alltogether (and the implicit `.collect()`), we will be able to get results back to the driver without shuffling the data (raw + solution) twice.
Hi! First of all, thank you for this library. It is the only Pytorch lib for ts with a usable API! I am pretty sure you already know this, but...
Given that the Toro project for tornado (https://toro.readthedocs.io/en/stable/) is deprecated (since the project has been merged to mainline Tornado), there is no point on mantaining this dependency (which will be...
Hi, Apparently, there is no support for `spatialpandas.dask.DaskGeoDataFrame`s in HoloViz plotting libraries other than datashader. A simple example: ```python import holoviews as hv hv.extension("bokeh") # I have a single-row Parquet...