Skip to content

Commit ed5f62d

Browse files
project 3
1 parent 9b02bb1 commit ed5f62d

10 files changed

Lines changed: 44839 additions & 0 deletions

File tree

project/project3/cookie_frog.jpg

92.1 KB
Loading

project/project3/data8logo.png

51 KB
Loading

project/project3/embeddings.csv

Lines changed: 769 additions & 0 deletions
Large diffs are not rendered by default.

project/project3/friend_movies.csv

Lines changed: 38 additions & 0 deletions
Large diffs are not rendered by default.

project/project3/maomao.jpg

3.64 MB
Loading

project/project3/movies.csv

Lines changed: 334 additions & 0 deletions
Large diffs are not rendered by default.

project/project3/project3.ipynb

Lines changed: 3636 additions & 0 deletions
Large diffs are not rendered by default.

project/project3/project3_check.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
from datascience import *
2+
import numpy as np
3+
4+
def correctness_check_5(accuracy):
5+
try:
6+
return np.isclose(np.round(accuracy, 3), 0.9)
7+
except Exception:
8+
return False

0 commit comments

Comments
 (0)