-
Notifications
You must be signed in to change notification settings - Fork 58
Add multiple notebooks #150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Add multiple notebooks #150
Conversation
| "selected_features: {\"mode\":\"*\",\"features\":null}\n", | ||
| "force: True" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@syutika added this force command based on you suggestion
| "source": [ | ||
| "# Display the training result\n", | ||
| "training_result" | ||
| "print(json.dumps(training_result, indent=4))" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For better indentation in output
| "metadata": {}, | ||
| "outputs": [], | ||
| "source": [ | ||
| "import json\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
import needed for indenting json output in notebook
WHAT
WHY
Need to demo the possibilities to Sales / Solution engineers
Built on top of branch of #149