Skip to content

Instantly share code, notes, and snippets.

@davidrichards
Last active April 26, 2020 00:45
Show Gist options
  • Save davidrichards/17e1912264e0a988871c653eeb0c637c to your computer and use it in GitHub Desktop.
Save davidrichards/17e1912264e0a988871c653eeb0c637c to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
import os,pickle,random,re,shutil,sys,traceback,uuid,zlib
from collections.abc import Iterable
from configobj import ConfigObj
from contextlib import contextmanager
import datetime as dt
from datetime import datetime
from functools import partial, reduce
from pathlib import Path
import pathlib
from time import process_time
import warnings
import numpy as np
from fastcore.utils import L
import seaborn as sns
import matplotlib.pyplot as plt
import inflection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment