Closed adam2392 closed 12 months ago
More here about some preprocessing.
The original paper of Sach et al from 2005.
Perhaps the paper (and supplemental material) itself will be the best source to find all the preprocessing steps. But it is behind a paywall (still after 2005 🤦🏻♂️) and can not open it.
I am trying to find documentation regarding the Sachs dataset that is preprocessed and downloaded from
url = "https://www.bnlearn.com/book-crc/code/sachs.interventional.txt.gz"
.I was wondering if you could point out the documentation that tells us how it was preprocessed compared to the raw data?
I am reading https://www.bnlearn.com/research/sachs05/ and it seems that there are 11 experiments done (no observational data)? but then the link that downloads the preprocessed dataset only contains 6 unique values in the
INT
column denoting the interventions. Thanks!Happy to help with a PR if its a matter of connecting some documentation/etc.