Rahul Paul
Rahul Paul
Hi, I am using CPU to generate images, At first change the code from GPU to cpu. then training by this command-- DATA_ROOT=myimages dataset=folder th main.lua the generating image gpu=0...
Hi, Is it possible to use the xgboost to draw a kaplan meier curve ? Thank you in advance.
Hi, Is it possible to use SHAP with XGBSEKaplanTree or bootstrapestimator. SHAP treeexplainer is not working with them. Permutationexplainer seems to start evaluating but ended up with error "ValueError: max_evals=1785...
Hi, I am new to protein folding area and I am having a little issue with running protein protein interaction with Alphafold. My inputs: ``` >EUXXXX MKMASNDATPSDGSTANLVPEVNNEVMALEPVVGAAIAAPVAGQQNVIDPWIRNNFVQAPGGEFTVSPRNAPGEILWSAPLGPDLNPYLSHLARMYNGYAGGFEVQVILAGNAFTAGKIIFAAVPPNFPTEGLSPSQVTMFPHIIVDVRQLEPVLIPLPDVRNNFYHYNQSNDPTIKLIAMLYTPLRANNAGDDVFTVSCRVLTRPSPDFDFIFLVPPTVESRTKPFSVPILTVEEMTNSRFPIPLEKLFTGPSSAFVVQPQNGRCTTDGVL >12H MEWNWVVLFLLSLTAGVYAQGQMQQSGAELVKPKLSCKTSGF ```...
Hi, I am having an error during leave one out cross-validation (raise ValueError("Need a minimum of two samples")). I commented out the two 'if' comments but still it resulted in...
Hi, I am a newbie in brain connectivity analysis. How can I analyze modularity/ transitivity or other measures at different network density? Thank you.
Hi, I was working on cross validation/ splitting data using different seed points and then train a PyCOX model before averaging the result. I tried to fix the data leakage...
Hi, I was working on cross validation/ splitting data using different seed points and then train a PyCOX model before averaging the result. ``for seed in SEEDS: data, target =...
Hi Authors/developers, I used this wonderful package for my research. Do you have any citations/references for the package that I can add to my paper? Thank you again.
Hi, I successfully ran the code for llama 30 model. However, i noticed the chats/interaction got repeated after each questions from user. Please check the screenshot. How can i fix...