kupl / apps-sal

Programming Competition Style Python Codes Datasets
MIT License
1 stars 0 forks source link

Python Wrapper Library for `app-sal` #8

Closed henrylee97 closed 3 years ago

henrylee97 commented 3 years ago

You may test with the script:

from apps_sal import load_dataset

test = load_dataset('../apps-sal/data/train')
print(test)
Kim-mins commented 3 years ago

train/test 모두 위 스크립트로 실행해봤는데, 문제 없는듯. DataElement도 잘 들어가는 것으로 확인함