I am running a tree algorithms in python and it is now sucessfully give me results which are "tree structure variables which is an object type" and "scoring variables which is an decimal (ex. x = Decimal('0.123' )).
Now, I am looking for the way that I can store these result variables. So, next time I don't have to run the model over and over again. what would be the way that I can store these variables and reuse it later next time.
Thank you in advance though
Now, I am looking for the way that I can store these result variables. So, next time I don't have to run the model over and over again. what would be the way that I can store these variables and reuse it later next time.
Thank you in advance though
Comment