Douglas Trajano

Results 24 comments of Douglas Trajano

Any update about this work? There's an official way to implement this MS Teams in the current release (such as a plugin)?

> This will be included in the next release later this summer. > > Yes, alert destinations are pluggable just like query runners 👌 This one should be compatible with...

I'm facing the same issue. ## System Information - OS Edition: Windows 10 21H1 - OS build: 19043.1826 - Python version: 3.10.6 (installed using `choco install python`) - datasets: 2.4.0...

I would like to know about it as well.

Hi folks, a workaround solution for that is to use the `hyperparameters` instead of `environment` in the Estimator API. To don't change my estimator implementation, I added the code below...

Why are you not using Keycloak to authenticate users on JupyterLab? The Keycloak allow you to use several identity providers such as Facebook, Twitter, GitHub, etc.

Why are you not using Keycloak to authenticate users on JupyterLab? The Keycloak allows you to use several identity providers such as Facebook, Twitter, GitHub, etc.

> can i be assigned to this Hi @devadigapratham, I submitted a PR to change this. You can help by reviewing the PR.

@BenWilson2 The main issue is that the `BertWithTabular()` class contains the `__call__()` method, which is identified as a functional model instead of a PythonModel as it should be. It's not...