3 Changes Needed on a Python Script
Budget: $30 – $250 USD
Currently there is a Python script that loops every month from a given starting date to an ending date.
3 Things needed:
1st, to replace that Monthly loop by a Daily loop, Weekly loop, and Hourly loop respectively between a starting date and ending date.
In other words, upfront, the interim dates in day, week, hourly basis must be all inferred successfully between the start and ending date.
2ndly to convert the input predictor in the model currently on monthly basis, to daily, weekly, and hourly basis respectively.
So, with these 2 changes, the Month script will be able to converted into its Day, Week and Hourly counterparts respectively.
3rd and final change, the variable being predicted is Monthly basis. You can simulate some pseudo numbers to create Day, Week, and Hourly Equivalents, so that the script can be run. Accuracy not so important. The pseudo numbers are here just to enable the script to be transitioned to future working purpose. The series to be predicted can use these pseudo numbers, but their Dictionary format to be maintained and preserved on the Python script, as there is more than one, so they each to be predicted during their respective loops.
Target delivery: 5-7 days
n
3 Things needed:
1st, to replace that Monthly loop by a Daily loop, Weekly loop, and Hourly loop respectively between a starting date and ending date.
In other words, upfront, the interim dates in day, week, hourly basis must be all inferred successfully between the start and ending date.
2ndly to convert the input predictor in the model currently on monthly basis, to daily, weekly, and hourly basis respectively.
So, with these 2 changes, the Month script will be able to converted into its Day, Week and Hourly counterparts respectively.
3rd and final change, the variable being predicted is Monthly basis. You can simulate some pseudo numbers to create Day, Week, and Hourly Equivalents, so that the script can be run. Accuracy not so important. The pseudo numbers are here just to enable the script to be transitioned to future working purpose. The series to be predicted can use these pseudo numbers, but their Dictionary format to be maintained and preserved on the Python script, as there is more than one, so they each to be predicted during their respective loops.
Target delivery: 5-7 days
n
Related categories:
Python