python 2.7 - Loading the dataset everytime when kernal starts? -
do need load dataset everytime shut down kernel , start again next day? getting error of nameerror train dataset has not been identified.
is there better way rather load dataset , run same commands again?
there couple of things try. create , load pickle object. i've done large text based datasets.
have @ %%cache magic @ https://github.com/rossant/ipycache
this can used save data in pickle object between sessions.
search stackoverflow 'how cache jpython notebook'.
i'd have added comment not supplying code examples, don't have necessary reputation.
Comments
Post a Comment