Enrico Rotundo

Results 42 comments of Enrico Rotundo

@jklaise Fixed in `alibi>=0.5.6` ? https://github.com/SeldonIO/alibi/blob/9af1d73d046a2239ce73c12c2e1f835fecc89780/alibi/explainers/anchor_tabular.py#L281

Yes but I've workaround it by tweaking my dataset a bit so I get different anchors and it wouldn't fail.

@jklaise I'm working with a customer dataset using AnchorTabular via Seldon so I'm not so sure how to provide a reproducible example. Anyhow, replacing `AnchorTabular(clf.predict(x))` with `AnchorTabular(clf.predict_proba(x))` magically works.

On macos 11.6.2 I've managed to run `make build` successfully with [email protected]

@liyinan926 any progress on this issue?

Been banging my head against this, I'm surprised it's not thoroughly documented. Make sure boto3 can properly talk to Aws by inspecting the logs: ``` os.environ["TF_CPP_MIN_LOG_LEVEL"] = "0" os.environ["TF_CPP_MIN_VLOG_LEVEL"] =...

Probably related to the issue above. In my case `schema.validate(test_data)` always returns `Invalid number of columns. The schema specifies 21, but the data frame has 22` even thought `test_data` actually...

Plumbing work is done: [Pipe Prometheus metrics to Grafana #438](https://github.com/filecoin-project/bacalhau/pull/438)

@lukemarsden @wdbaruni Are we happy with the Canary or would like alerting from app metrics too? The Canary has proven to bee quite good at its job already!

Waiting on PL infra team to provide us with a grafana cloud key. For some reason our (my & @aronchick ) accounts don't seem to be able to generate one....