Sören Wacker

Results 78 comments of Sören Wacker

The documentation says something like: ``` extra: analytics: provider: google propertyl: UA-... ``` Which one is correct now??

``` target = cwc.target target.filter(target_synonym__icontains='hERG') ``` > TypeError: 'NoneType' object cannot be interpreted as an integer

I experienced this after: conda install -c conda-forge jupyterlab-plotly-extension JupyterLab v1.2.3 Known labextensions: app dir: /home/swacker/miniconda3/envs/py3/share/jupyter/lab @jupyterlab/plotly-extension v1.0.0 enabled OK jupyter-threejs v2.1.1 enabled OK jupyterlab-datawidgets v6.2.0 enabled OK plotlywidget v1.2.0...

Export also does not work.

It works, but it looks really confusing.

``` class ShapAnalysis(): def __init__(self, df): shap_values = explainer(df) self._shap_values = shap_values self._instance_names = df.index.to_list() self._feature_names = df.columns.to_list() self.df_shap = pd.DataFrame( shap_values.values, columns=df.columns, index=df.index ) def waterfall(self, i, **kwargs): shap_values...

Apparently, you cannot install prokka and roary in the same environment at the moment. Try installing them in separate environments instead.

Same problem with JupyterLab 3.0.14

Still not possible to change the filename ?