Vadim Borisov
Vadim Borisov
I stacked on this line: `sudo gcloud docker -- pull gcr.io/tensorflow-189411/predict_service:latest` The error message is: `Error response from daemon: manifest for gcr.io/tensorflow-189411/predict_service:latest not found `
DeepFM example: AttributeError: module 'sklearn.utils' has no attribute '_deprecate_positional_args'
Hey, got this error: `AttributeError: module 'sklearn.utils' has no attribute '_deprecate_positional_args' ` I believe it is due to the new version of sckiti-learn.
Hi all, I'm working on simple CMOS inverter now, and cannot figure out how to add a pulse source for the inverter. Currently, I'm using a sin source instead of...
we don't need the clip_value for this version of WGAN
Hi thank you for your code, I just want to ask you for advice, I'm trying to implement a list sorting function with pointer networks, but it's not so easy....
a question
Hi, first thank you for your repo! I just want to ask you, is there a source from where I can understand more about the architecture of your work, besides...
Is it possible to explain a black box model with Shapley networks? Suppose, I have a trained CNN model, and I want to get feature attributions for a single image...
Dear all, I'm trying to reproduce the code from the example **sklearn: automated learning method selection and tuning** from here http://optunity.readthedocs.io/en/latest/notebooks/notebooks/sklearn-automated-classification.html, with **my own data for Multiclass classification.** ```python import...
Hi, apparently xgbfir does not support the recently released of xgboost 0.7: ```python-traceback --------------------------------------------------------------------------- TypeError Traceback (most recent call last) in () 8 9 # saving to file with proper...
I would love to see some recommendations or docs regarding how to understand these tables.