Skip to content

Instantly share code, notes, and snippets.

View timeseries-ru's full-sized avatar
😁
Another bike inventing

timeseries-ru

😁
Another bike inventing
View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@timeseries-ru
timeseries-ru / sketches.ipynb
Created October 29, 2022 14:18
sketches.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@timeseries-ru
timeseries-ru / cat_hidden.ipynb
Created October 24, 2022 18:49
cat_hidden.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@timeseries-ru
timeseries-ru / cat_fight.ipynb
Created October 16, 2022 22:57
cat_fight.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@timeseries-ru
timeseries-ru / poison.ipynb
Created July 14, 2022 12:20
poison.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@timeseries-ru
timeseries-ru / random.ipynb
Created November 23, 2021 08:27
random.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@timeseries-ru
timeseries-ru / regressions.ipynb
Created July 24, 2020 03:10
regressions.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
from profile import SimpleProfiler
import time
profiler = SimpleProfiler()
array = []
for index in range(10):
profiler.timer_start()
profiler.memory_start()
array += list(range(10 ** 6))
@timeseries-ru
timeseries-ru / PlanesAE.ipynb
Last active January 18, 2020 14:36
Planes trajectories autoencoding
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.