Skip to content

Instantly share code, notes, and snippets.

View lesego94's full-sized avatar

Lesego Matojane lesego94

View GitHub Profile
@muellerzr
muellerzr / EfficientInterpretation.ipynb
Last active March 12, 2023 21:29
Memory-Efficient-Interpretation
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@skuttruf
skuttruf / frac-diff_sk
Last active October 2, 2024 12:08
Python code for fractional differencing of pandas time series
"""
Python code for fractional differencing of pandas time series
illustrating the concepts of the article "Preserving Memory in Stationary Time Series"
by Simon Kuttruf
While this code is dedicated to the public domain for use without permission, the author disclaims any liability in connection with the use of this code.
"""
import numpy as np
import pandas as pd