Logo
Explore Help
Register Sign In
gavindiaz/drift
1
0
Fork 0
You've already forked drift
mirror of https://github.com/webclinic017/drift.git synced 2026-07-27 18:57:55 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
main
drift/run_clear_cache.py
T

7 lines
142 B
Python
Raw Permalink Normal View History

feat(DataLoader): caching MVP, added ability to use standard scaling for exogenous data, scaling is now also done before feature selection (#105)
2022-01-04 11:44:35 +01:00
from diskcache import Cache
chore(Linter): reformatted code with black (#211)
2022-02-17 19:22:17 +01:00
feat(DataLoader): caching MVP, added ability to use standard scaling for exogenous data, scaling is now also done before feature selection (#105)
2022-01-04 11:44:35 +01:00
cache_1 = Cache(".cachedir/feature_selection")
cache_2 = Cache(".cachedir/data")
cache_1.clear()
chore(Linter): reformatted code with black (#211)
2022-02-17 19:22:17 +01:00
cache_2.clear()
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.26.4 Page: 248ms Template: 4ms
Auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API