Aleksey Zimin
Aleksey Zimin
After doing the steps as mentioned, when i try to query a ICD9 code using script , i am not getting any results returned. Im importing ICD9 class in script...
## Problem to Solve Would like the graql to infer transitive rules automatically after schema is loaded ## Current Workaround Currently using Rules to make transitive rules for entities. its...
I am trying to stratify my multi-label data, `total` is all my data. contains 20 columns, 1st column is text(X) and rest of 19 cols are labels( each col represent...
This request involves use of GuacaMol's Benchmarking dataset([link](https://github.com/BenevolentAI/guacamol)) and I have implemented it into torchdrug. I have used guacamol's pip package to download and process the smiles to CSV ....
Hello, I wanted to know is there any way to do multiple transforms on multiple columns , treating each one seperately. I was able to implement it using Sklearn's `ColumnTransformer`...
## Description This is for the usecase `textmining`.I have loaded schema in keyspace, but then when i try to migrate data using migrate.java, I cant understand how to get it...
## Problem to Solve Would like to have "Getting Started" articles/videos describing step by step how to get the usecases working on user's PC ## Current Workaround Currently It is...
## Description I am trying to run migrate.py in `diseasenetwork/migrate` and i am getting the following error ``` Traceback (most recent call last): File "migrate.py", line 41, in data['protein-name'] =...
Hi, I am trying this out on the example visium10x dataset for prostate cancer (https://www.10xgenomics.com/resources/datasets/human-prostate-cancer-adenocarcinoma-with-invasive-carcinoma-ffpe-1-standard-1-3-0) My end usecase is to have a basic Image Model that could predict gene expression...
Hi @bryanhe , I had 2 questions 1) Why did you choose to convert JPEG to TIF tiles, are there any specific reasons why JPG patches should be avoided? 2)...