Lucas Cardozo

Results 9 issues of Lucas Cardozo

Added support for yaml serialization, besides json.

**Describe the bug** I've just recently installed the latest version of Black (22.10.0) on a Python 3.10.5 environment, Mac OSX Monterey 12.5 and got the following error when trying to...

T: bug
C: packaging
C: crash

As of now, there is no RabbitMQ client for R that can be used by `rworker`. For this reason, I started working on [rabbitr](https://github.com/lecardozo/rabbitr), a R client for RabbitMQ based...

enhancement

Currently, `rworker` consumer only listens for one specific queue, which is defined on the object creation via the `name` argument: ```R consumer

enhancement

I'm currently trying to mock a coroutine that is called inside the `.get` method of a handler. Let's call it, `dummy_function`. ```python from tornado.web import RequestHandler from dummy import dummy_function...

Closes #1865 The error reported there was caused by an indexing on an empty series. To work around that, we are adding a pre-condition to check whether the series after...

I was running a `workflow.transform(sampled_dataset)` step on a sample of my inference dataset and received the following error ``` Traceback (most recent call last): File "/databricks/python/lib/python3.8/site-packages/nvtabular/ops/categorify.py", line 510, in transform...

# ❓ Questions & Help What is the preferred way of generating predictions from a trained `Encoder` from a `TwoTowerModelV2`? There seem to be at least two ways of doing...

status/needs-triage

This PR will implement all changes needed for simulating with capacity constraints while still being able to extract demand metrics. On this current implementation, the `demand_ward_bed` metric is not behaving...