BaşlayınÜcretsiz başlayın

Predicting multiple models

In order to see what each category's model is doing, it's helpful to make predictions from them. The flow is exactly the same as the flow for making predictions on the whole model, though remember that you only have a single explanatory variable in these models.

The models mdl_0_to_15, mdl_15_to_30 and mdl_30_to_45 are available.

Bu egzersiz, kursun bir parçasıdır

Intermediate Regression with statsmodels in Python

Kursa Göz Atın

Uygulamalı etkileşimli egzersiz

Bu egzersizi bu örnek kodu tamamlayarak deneyin.

# Create explanatory_data, setting no. of conv stores from  0 to 10
explanatory_data = ____
Kodu Düzenle ve Çalıştır