Paul Glad Mihai

Results 11 issues of Paul Glad Mihai

I would like to calculate feature importances using integrated gradients, as I am hoping this calculation will be faster than the SHAP KernelExplainer. Unfortunately, the embeddding layer is non-differentiable, since...

I was wondering, when I set up a model, for example a Wide and Deep model with an AutoInt Net and a CIN Net, only the Wide and Deep model...

I want to use SHAP values (https://github.com/slundberg/shap) to get feature importances. I thought of using the KernelExplainer. The problem that I encouter is that the embeddings of categorical variables are...

I tried loading a saved model but it can't load it and instead gives an error: `from tensorflow.keras.models import load_model mod_path = 'model_1.h5' load_model(mod_path)` The error: `ValueError: Unknown layer: MultiColumnEmbedding`

How would you go about finding the feature importance for the DNN model?

enhancement

Depending on the number of components chosen for the OnlineGammaPoissonFactorization I get repeated feature names which don't have the same entries. Why is this the case and how can I...

### Issue with current documentation: I see there is a bit of documentation about the [GraphCypherQAChain](https://python.langchain.com/en/latest/modules/chains/examples/graph_cypher_qa.html). There is also a documentation about using [mlflow with langchain](https://sj-langchain.readthedocs.io/en/latest/ecosystem/mlflow_tracking.html). However, there is no...

### Summary I'm running a Bayesian analysis using [Per Síden's code](https://github.com/psiden/BFAST3D) using spatial priors and the resulting SPM.mat files are massive for ultra high field data (upwards of 2 GB)....

help-wanted
good-first-issue

I used this command: ``` shell ./itkimage2segimage` --verbose --inputDICOMDirectory dcm/ \ --inputMetadata head.json \ --inputImageList segmentation.nrrd \ --outputDICOM threshold_head.dcm ``` After some errors that I fixed with your FAQ, I...

question

Hi, is there a publication detailing the training for the T1 / FLAIR brain extraction U-net?