-
Some errors occurred when I used the following code to calculate``` MAE, RMSE, ```and ```Pearson coefficients```:
```
for h5_path in test_list:
h5_path = str(h5_path)
with h5py.F…
-
Hi, I have downloaded the sequence.bed file and the cool file for the HCT116 cell line from your Google resource. I have performed data processing and training using your provided code and the paramet…
-
Hello,
I noticed there was code for evaluation in issue 29, but I want to ask the specific code used for calculating the insulation score, ''import insulation as insu''.
Additionally, I am intri…
-
After a single dataset exists, we need to apply some correlation to the data to:
- know what events are tightly correlated
- trend analysis : how to a sequence of these events affect an outcome
…
-
I'm fine-tuning my model (neuralmind/bert-large-portuguese-cased) for STS task using assin dataset, which contains pairs in Portuguese for RTE and STS tasks, I'm facing a problem, when I try 1 epoch, …
-
When we mention filtering a pandas table, also mention, that the criteria should be independent of the thing that you are filtering.
Wrong:
```python
pd['area, pd['area'] > 5].mean()
```
likel…
thawn updated
2 years ago
-
## 🌟 Feature Description
project version: 0.8.6
Python version: 3.8
pandas version: 1.3.4
numpy version: 1.21.4
Code Loaction: qlib\data\ops.py L1439 -- L1470 L1458
```
class Corr(Pa…
-
I am trying to analyze RNA expression data using CNVkit. Here is the code I used:
`cnvkit.py import-rna ./SRR8613811.txt --gene-resource ../ensembl-gene-info.hg38.tsv --correlations ~/softwave/cnvkit…
-
Dear Dominick,
First of all, thank you very much for your creating the correlation function. You guys are really filling a gap in both Psychology and Neurosciences. Well done!
I wonder whether …
-
### Description
z-transformation may not be optimal
### Purpose
_No response_
### Use-case
In keeping with current best practice (and the insistence of a reviewer of one of my papers) consider im…