Challenge
Завдання
Swipe to start coding
Create an autoregressive model to predict the dataset aapl.csv
. After, print the results and the model error.
- Read the
aapl.csv
dataset. - Create an autoregressive model (
AutoReg
) with 3 lags for theX
data and assign it to themodel
variable. - Fit model to the data and assign it to the
model_fit
variable. - Predict the first 30 values.
- Visualize the results: display the first 30 values of
X
within the first call of theprint()
function, and first 30 values of thepredictions
within the second call. - Calculate the RMSE (square root of the mean squared error) and display it.
Рішення
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 4. Розділ 5
single
Запитати АІ
Запитати АІ
Запитайте про що завгодно або спробуйте одне із запропонованих запитань, щоб почати наш чат
Awesome!
Completion rate improved to 3.85
Challenge
Свайпніть щоб показати меню
Завдання
Swipe to start coding
Create an autoregressive model to predict the dataset aapl.csv
. After, print the results and the model error.
- Read the
aapl.csv
dataset. - Create an autoregressive model (
AutoReg
) with 3 lags for theX
data and assign it to themodel
variable. - Fit model to the data and assign it to the
model_fit
variable. - Predict the first 30 values.
- Visualize the results: display the first 30 values of
X
within the first call of theprint()
function, and first 30 values of thepredictions
within the second call. - Calculate the RMSE (square root of the mean squared error) and display it.
Рішення
Все було зрозуміло?
Дякуємо за ваш відгук!
Awesome!
Completion rate improved to 3.85Секція 4. Розділ 5
single