Commit a0e5f31
authored
typo in the formula of alpha
there is either a mistake at this line or later in the code
```
alpha = len(X_training)/len(X_raw)
```1 parent ff7a52f commit a0e5f31
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments