manuparra / oc2dm

Open Cloud Computing Data Mining Platform
https://dicits.ugr.es/occml
MIT License
3 stars 1 forks source link

Refactoring WrapperR structure #46

Closed manuparra closed 7 years ago

manuparra commented 7 years ago

Add new level before with the name: /wrappers/

And this is the structure:

/wrappers/ Contains: init.py /wrappers/wrapperR/ Contains: dataset.py, ...., wrapperv2.py `/wrappers/wrapperR/methods/ Contains: methods from wrapperv2.py in a file --> lm.py, cor.py, lr.py rf.py arima.py.

Mancuerna commented 7 years ago

Done.