xiaoyeye

Results 26 comments of xiaoyeye

Hi, You are welcome. The training and test data generation is very flexible, which depends on what you want the model to learn. 1) In the original paper, we removed...

Sorry, not yet... ---Original--- From: ***@***.***> Date: Sat, Mar 12, 2022 13:38 PM To: ***@***.***>; Cc: ***@***.***>; Subject: [xiaoyeye/CNNC] Is CNCC available in R? (Issue #25) Is CNCC available or...

And one more problem: subset_genes_ensemble(class_size=20, clf=LinearDiscriminantAnalysis(n_components=None, priors=None, shrinkage='auto', solver='eigen', store_covariance=False, tol=0.0001), dataxform_fpkmToTpm=False, dataxform_log=True, dataxform_quantile=False, dataxform_rank=False, seed=42, subset_fold=5, subset_min=5, verbose=True) Traceback (most recent call last): File "", line 15, in File...

And this is the dataframe I got using data = load_data cmmand, which seems strange in the first column. >>> data.iloc[:,0:10] 0 0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0...

Thanks for your interest. 4 is used here to make sure that if there is no cell in a certain entry of the matrix, the value will be normalized to...

Hi, Thanks for your interest. Actually it is a supervised method. It is natural that we use label to train the model. Once it is trained, the model should be...

Hi, section 7 is about how to use a trained model to predict unseen samples. If you want to train a new model using your own data, please see section...

You are welcome. unseen samples mean samples that the trained model never have seen in trainning process. If unseen samples have label, they can act as test samples. if they...

There are some problems. I thought you are trying to use scRNA-seq data we provided. If so, (and if you want to use the pre trained model) what you need...

You are welcome. For supervised learning, we should keep the input as consistent as possible, the ideal case is that all the inputs are iid (independent and identicial distribtuion). if...