AutoViML / Auto_TS

Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of Code. Created by Ram Seshadri. Collaborators welcome.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AttributeError: 'AxesSubplot' object has no attribute 'is_first_col'

Hydaspex opened this issue · comments

Hi all,

while running the model the following error in maplotlib occurs:

~\AppData\Roaming\Python\Python38\site-packages\pandas\plotting\_matplotlib\tools.py in _handle_shared_axes(axarr, nplots, naxes, nrows, ncols, sharex, sharey)
    329                 # off as we only have labels in the first column and we always
    330                 # have a subplot there, we can skip the layout test
--> 331                 if ax.is_first_col():
    332                     continue
    333                 if sharey or len(ax.get_shared_y_axes().get_siblings(ax)) > 1:

AttributeError: 'AxesSubplot' object has no attribute 'is_first_col'

Any support would be appreciated.

Thanks

Resolved.

Excuse me, is how to solve