EpistasisLab / EpistasisLab/Aliro
Load knowledgebase from zipped json file of pd.DataFrame
- Dominant language
- JavaScript
- Stars
- 238
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description

Instead of using tsv file, we can use pickle file (which was per-generated from pd.DataFrame) to load the results into AI. This way is very fast because no `eval` process is needed for converting parameters into python dictionary. The dictionary format can be pickled within pd.DataFrame.
But there is one issue about using pickle on regression knowledgebase: the pickle file is over 200Mb due to its large amounts of results while classification's knowledgebase is only 8Mb.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.