prophet.fit(ds)
i was trying to train prophet on ds dataset having two columns ds and y
For the above code i am getting the below error
ds.columns = [['ds','y']] AttributeError: 'DataFrame' object has no attribute 'unique'
prophet.fit(ds)
i was trying to train prophet on ds dataset having two columns ds and y
For the above code i am getting the below error
ds.columns = [['ds','y']] AttributeError: 'DataFrame' object has no attribute 'unique'
Copyright © 2021 Jogjafile Inc.