views:

25

answers:

0

I build a bunch of data mining models on training data that is located in different folders. For eg. for data in folder1 I build an SVM based model, for data in folder2 I build an naive bayes model. I have almost 100 such folders and each of the folders have different data ( read different attributes ). Is there a framework which enables me to manage my file organisation. Ideally, I will want to configure the file paths and type of models to be used etc