Skip to content

Aws glue fbprophet

0

I have created fbprophet 0.7.1 wheel file on my windows machine and uploaded as an additional python module in aws glue but I’m keep on getting the below error. AttributeError: 'StanModel' object has no attribute 'fit_class'

asked 4 years ago429 views
1 Answer
0

Hi,

which method have you used to create the wheel?

Have you looked at this blog post?

you need the right dependency in the wheel to have it fully working.

You can also check the Cloudwatch Log Errors generated by your Glue job to check if there was any problem deploying the external library.

hope this helps, Fabrizio

AWS
EXPERT
answered 4 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.