Open gurupetach opened 3 years ago
Am trying to run the file but at cell 14 it is giving me an error.please help. The error is as below. I am using the exact code.Nothing has changed
name 'decomposition' is not defined
You should add decomposition = plot_seasonal_decompose(training_data, 'multiplicative') on line 12 then after you can run seasonal_component = training_data /decomposition.trend
decomposition = plot_seasonal_decompose(training_data, 'multiplicative')
seasonal_component = training_data /decomposition.trend
Am trying to run the file but at cell 14 it is giving me an error.please help. The error is as below. I am using the exact code.Nothing has changed
name 'decomposition' is not defined