Skip to content

Instantly share code, notes, and snippets.

View ngupta23's full-sized avatar

Nikhil Gupta ngupta23

View GitHub Profile
#### Step 1: Load data and simulate missing value ----
import numpy as np
from sktime.datasets import load_airline
y = load_airline()
y[2] = np.nan
#### Step 2: Create pipeline with preprocessing ----
from sktime.forecasting.compose import ForecastingPipeline
from sktime.transformations.series.impute import Imputer
from sktime.transformations.series.boxcox import LogTransformer
@ngupta23
ngupta23 / pycaret_ts_naas.ipynb
Last active October 25, 2021 15:05
pycaret_ts_naas.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ngupta23
ngupta23 / online_learning_pycaret_sktime.ipynb
Created October 25, 2021 17:40
online_learning_pycaret_sktime.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ngupta23
ngupta23 / sktime_preprocesing.ipynb
Last active March 9, 2022 09:04
sktime_preprocesing.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ngupta23
ngupta23 / pycaret_ts_prophet.ipynb
Last active August 31, 2022 13:18
pycaret_ts_prophet.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ngupta23
ngupta23 / pycaret_ts_tune_models.ipynb
Created November 2, 2021 10:56
pycaret_ts_tune_models.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ngupta23
ngupta23 / pycaret_ts_white_noise.ipynb
Last active November 11, 2021 10:51
pycaret_ts_white_noise_updated.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ngupta23
ngupta23 / pycaret_ts_compare_models.ipynb
Last active March 21, 2022 19:22
pycaret_ts_compare_models.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ngupta23
ngupta23 / pycaret_ts_enfore_pi.ipynb
Created November 7, 2021 14:29
pycaret_ts_enfore_pi.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ngupta23
ngupta23 / pycaret_ts_white_noise.ipynb
Created November 11, 2021 12:04
pycaret_ts_white_noise_updated.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.