Discussions
Need help generating report
I am trying to generate a per vehicle report, and what I need from Motive is the fuel purchases and the miles traveled on any given day that I enter into my query. Which end points should I be using in order to pull this information? Also, if you can offer any additional advice that would be appreciated, I am having trouble getting started on this. Thanks
How can you interpret confusion matrices effectively?
It is important to understand confusion matrices in order to evaluate the performance of machine learning classification models. A confusion matrix provides a more comprehensive picture of how well a machine learning model makes predictions than simply looking at accuracy. This matrix provides information on not only how accurate the predictions are, but also what types of mistakes the model makes. This is important for making informed decisions. Data Science Course in Pune
Fuel purchases CSV import
In Python, I generated a csv with the same column names as the Motive template for fuel purchases. I used this generated file to import fuel purchases through the dashboard which was successful. I then encoded the file to base64 and created the payload variable, {"source": "manual", "import": [filename, encoded_str]}. The error message displays that all columns are missing but as different variable names.