Matheus Gustavo Alves Sasso

Results 8 issues of Matheus Gustavo Alves Sasso

`import shap explainer = shap.KernelExplainer(linear_lr.predict_proba, X_train) shap_values = explainer.shap_values(X_train) shap.initjs() shap.summary_plot(shap_values[0], features=X_train, color_bar_label='X value',title="AAAAAAAAAA") ` ![image](https://user-images.githubusercontent.com/23565626/101798668-1db39a00-3aea-11eb-9a85-d2cb137f7cc9.png)

I am trying to create a machine with GPU using `bentoctl` with Google Cloud Engine Operator but I believe the way `terraform` calls docker run does not consider the `--gpus...

Hello. Where can I find the good values o width and height to get data in a specific CRS and Resolution? I would like to get a bbox in the...

Hello Suman, Do you have an Dockerfile / Dockercompose example on how to dockerize this tutorial? I am getting kombu related exceptions. `raise ConnectionError(str(exc)) from exc ai-engine-backend-1 | kombu.exceptions.OperationalError: [Errno...

Command: ``` pip install git+https://github.com/tatsy/torchmcubes.git ``` Error: ``` Collecting git+https://github.com/tatsy/torchmcubes.git Cloning https://github.com/tatsy/torchmcubes.git to /tmp/pip-req-build-yl8cxb4s Running command git clone --filter=blob:none --quiet https://github.com/tatsy/torchmcubes.git /tmp/pip-req-build-yl8cxb4s Resolved https://github.com/tatsy/torchmcubes.git to commit 3aef8afa5f21b113afc4f4ea148baee850cbd472 Preparing metadata (setup.py)...

**Link to the notebook** In the code below I am clearly passing a different instance type where I want to deploy my trained moedl ``` finetuned_predictor = estimator.deploy( instance_type='ml.g5.48xlarge', #NOTE:...

**Describe the use case example you want to see** I would like to know how can I use Tensorboard with SagemakerJumpstart. Could you please provide an example? If you could...