Skip to content

Commit

Permalink
reorg as part of #29 and #30, for linearalgebra
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesfrye committed Jun 18, 2021
1 parent 3c45cf1 commit e78ad03
Show file tree
Hide file tree
Showing 25 changed files with 693 additions and 824 deletions.
621 changes: 621 additions & 0 deletions math-for-ml/01_linearalgebra/exercises.ipynb

Large diffs are not rendered by default.

892 changes: 70 additions & 822 deletions ...-for-ml/exercises/01_linear_algebra.ipynb → math-for-ml/01_linearalgebra/extras.ipynb
100755 → 100644

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"endpoint": "",
"src": [""],
"tests": {
"linearalgebra/tests/q*.py": "ok_test"
"utils/tests/q*.py": "ok_test"
},
"protocols": [
"file_contents",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class WandbTrackedOK(object):

def __init__(self, entity, ok_path, project, wandb_path="./wandb"):
self.grader = Notebook(ok_path)
wandb.init(entity=entity, project=project, dir=wandb_path, anonymous="must")
wandb.init(entity=entity, project=project, dir=wandb_path)
self.test_map = self.grader.assignment.test_map
self.pass_dict = {k: 0 for k in self.test_map}
self.log()
Expand Down

0 comments on commit e78ad03

Please sign in to comment.