Remy Liu
Remy Liu
After #202, consider the followings - [ ] Release with specific versions. - [ ] Option to pull data from archive or from original sources or other APIs (subject to...
E.g., Dropbox, Wasabi, AWS, etc. Need to automatically generate the dropbox url that corresponds to the specific versioned data
- [ ] `label.filters` - [ ] Graph transformations (e.g., to_dense, to_feature, largest_connected_component)
Use dataset constructor Network - STRING - HumanBase - BioGRID Labeled data - GOBP - DisGeNet Total of 6 datasets
Some common methods - ``idmap`` - ``size`` - ``isempty`` - ``__getitem__`` - ... Applies to - graph - feature - labelset collection - model trainer
Do after #203
- [ ] Rename `test/` to `tests/` - [ ] Migrate to `pytest` from `unittest` - [ ] Move `common.py` to `conftest.py` - [ ] One test script per module,...