Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Print
#5
Thank you for your answer ! it's helpful but i still get this output :
TypeError Traceback (most recent call last)
<ipython-input-84-a6b18bca794a> in <module>()
3
4 for year in range(2005, 2008):
----> 5 predictions, param = get_predictions(year, 12)
6 predictions[year] = prediction
7 parameters[year] = param

TypeError: get_predictions() missing 2 required positional arguments: 'months_to_predict' and 'bu'
Reply


Messages In This Thread
Print - by kdiba - Oct-11-2019, 11:12 AM
RE: Print - by buran - Oct-11-2019, 11:17 AM
RE: Print - by kdiba - Oct-11-2019, 11:28 AM
RE: Print - by buran - Oct-11-2019, 12:04 PM
RE: Print - by kdiba - Oct-11-2019, 12:17 PM
RE: Print - by buran - Oct-11-2019, 12:26 PM
RE: Print - by kdiba - Oct-11-2019, 12:28 PM
RE: Print - by buran - Oct-11-2019, 12:29 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020