Skip to content

Commit de7eccb

Browse files
committed
+ added myst.md again
1 parent 3a9cd1e commit de7eccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/generalized_linear_models/GLM-ordinal-features.myst.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1130,7 +1130,7 @@ COORDS = dict(
11301130
y_nm=ft_y,
11311131
x_nm=fts_x,
11321132
d450_nm=LVLS_D450_D455, # not list(df[d450].cat.categories) because c4 missing
1133-
d455_nm=list(df["d450"].cat.categories),
1133+
d455_nm=list(df["d455"].cat.categories),
11341134
)
11351135
```
11361136

0 commit comments

Comments
 (0)