Posts by Eduardo Campos • 9 points
2 posts
-
-1
votes1
answer438
viewsQ: swap decimal separator in python
How do I change the decimal point separator to comma and then generate a graph? I used the following command, no error, but the chart continues with point as decimal separator import locale loc =…
-
1
votes0
answers50
viewsQ: Computational performance metrics of a code
I made a time series forecast model, but I need to evaluate the computational performance of this model. I used the time (in seconds) as code below but it is not a good measure. Does anyone know how…