Dear community,
I am faced with the following situation: I am working on a remote server which only accepts stata 14 code. I can add ado files if I want. My research project requires the implementation of tree algorithms (random forests, gradient boost, adaboost) and ideally neural nets. I have little experience with stata and I am trying to make it work. I know that newer versions of stata contain a python/stata API but unfortunately I have to stay on stata14 (I don't run the server and it can not be updated. It also does not accept R or python code.) I am aware that stata was not made for this but unfortunately I do not have wiggle room in terms of the programming language.
The question is: Does anyone have a good idea of how it would be possible to do this? Are there any .ado files that would allow me to move forward implementing some more machine learning heavy algorithms in stata14?
I am faced with the following situation: I am working on a remote server which only accepts stata 14 code. I can add ado files if I want. My research project requires the implementation of tree algorithms (random forests, gradient boost, adaboost) and ideally neural nets. I have little experience with stata and I am trying to make it work. I know that newer versions of stata contain a python/stata API but unfortunately I have to stay on stata14 (I don't run the server and it can not be updated. It also does not accept R or python code.) I am aware that stata was not made for this but unfortunately I do not have wiggle room in terms of the programming language.
The question is: Does anyone have a good idea of how it would be possible to do this? Are there any .ado files that would allow me to move forward implementing some more machine learning heavy algorithms in stata14?
Comment