I hereby claim:
- I am rmorey on github.
- I am rmorey (https://keybase.io/rmorey) on keybase.
- I have a public key whose fingerprint is CA44 B646 1616 8FA8 C1AA 94DF 84D2 33C5 4169 20EA
To claim this, I am signing this object:
from pathlib import Path | |
from typing import NamedTuple | |
import pandas as pd | |
import numpy as np | |
import cv2 | |
import os | |
import boto3 | |
from botocore.config import Config | |
from io import StringIO | |
from feabas import config |
/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -dump | grep uti: | cut -c 29- | sort | uniq > utis.txt |
import numpy as np | |
import matplotlib.pyplot as plt | |
from assignment1 import * | |
NUM_TRIALS = 100 | |
SIZE = 5 | |
NUM_ITERATIONS = 1000 | |
FILENAME = "hill_climb_{}_{}x{}.gz".format(SIZE,NUM_TRIALS,NUM_ITERATIONS) | |
data = [] |
I hereby claim:
To claim this, I am signing this object: