Nice to see the implementation of ml with stata. I have a firm believe that stata will do a better justice to coding-oriented machine learning in python and R.
Dear Professor Cerulli, I'm new in this ML environment. I noticed that the dependent variable does not appear in the in_pred dataset after c_ml_stata command. Stata returns error when I try plotting in_pred data. Thank you for r_ and c_ml_stata, it was such a great job!!
Dear Professor Cerulli, When I try to execute the first r_ml_stata command (but I'm using Stata17), it returns the following error: Traceback (most recent call last): File "c:\ado\plus/py/r_nearestneighbor.py", line 10, in from sklearn.neighbors import KNeighborsRegressor ModuleNotFoundError: No module named 'sklearn' failed to execute the specified Python script file Can you tell me why, please?
hi sir when i try to use this code i got the error what can i do? Can you help me (note: file C:\Users\ADMINI~1\AppData\Local\Temp\ST_30d4_000003.tmp not found) file C:\Users\ADMINI~1\AppData\Local\Temp\ST_30d4_000003.tmp saved Traceback (most recent call last): File "c:\ado\plus/py/r_nearestneighbor.py", line 10, in from sklearn.neighbors import KNeighborsRegressor ModuleNotFoundError: No module named 'sklearn' failed to execute the specified Python script file
Awesome! Thank you very much for this public good, Cerulli !!!
Excellent work, thank you!
Nice to see the implementation of ml with stata. I have a firm believe that stata will do a better justice to coding-oriented machine learning in python and R.
Dear Professor Cerulli, I'm new in this ML environment. I noticed that the dependent variable does not appear in the in_pred dataset after c_ml_stata command. Stata returns error when I try plotting in_pred data. Thank you for r_ and c_ml_stata, it was such a great job!!
Please, is it possible I can get access to the codes used in this video?
Dear Professor Cerulli,
When I try to execute the first r_ml_stata command (but I'm using Stata17), it returns the following error:
Traceback (most recent call last):
File "c:\ado\plus/py/r_nearestneighbor.py", line 10, in
from sklearn.neighbors import KNeighborsRegressor
ModuleNotFoundError: No module named 'sklearn'
failed to execute the specified Python script file
Can you tell me why, please?
Install Python and relevant libraries (Scikit learn, Keras, Tenserflow etc.)
hi sir when i try to use this code i got the error what can i do? Can you help me (note: file C:\Users\ADMINI~1\AppData\Local\Temp\ST_30d4_000003.tmp not found)
file C:\Users\ADMINI~1\AppData\Local\Temp\ST_30d4_000003.tmp saved
Traceback (most recent call last):
File "c:\ado\plus/py/r_nearestneighbor.py", line 10, in
from sklearn.neighbors import KNeighborsRegressor
ModuleNotFoundError: No module named 'sklearn'
failed to execute the specified Python script file
Top!