Commit e9af669
Fix createexperiment API syntax in tutorial and examples
Fixes incorrect keyword argument usage for the 'name' parameter.
The createexperiment function requires 'name' as a positional argument,
not a keyword argument.
Before: createexperiment(mlf; name="price-paths")
After: createexperiment(mlf, "price-paths")
Fixes #62
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent b5bad10 commit e9af669
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments