- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am trying to run a command from Intel sample python notebook and facing an error, as shown in the screenshot below. Please let me know how to resolve this error.
Let me know if you have any questions.
Thanks,
Ashna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Good day to you.
Thanks for posting in Intel Communities.
The notebook that you are referring to is an exercise notebook. You are expected to understand the concepts and fill out the "xxx" or "x" with the required module, function, or variable names. We tried completing the notebook and there were no errors.
For example, in the screenshot that you provided, replacing the "xxx" with the module name "StratifiedShuffleSplit" will yield the correct output (Refer screenshot):
strat_shuff_split = StratifiedShuffleSplit(n_splits=1, test_size=1000, random_state=42)
If this resolves your issue, make sure to accept this as a solution. This would help
others with similar issues.
Regards,
Jyothis V James
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Good day to you.
Thanks for posting in Intel Communities.
The notebook that you are referring to is an exercise notebook. You are expected to understand the concepts and fill out the "xxx" or "x" with the required module, function, or variable names. We tried completing the notebook and there were no errors.
For example, in the screenshot that you provided, replacing the "xxx" with the module name "StratifiedShuffleSplit" will yield the correct output (Refer screenshot):
strat_shuff_split = StratifiedShuffleSplit(n_splits=1, test_size=1000, random_state=42)
If this resolves your issue, make sure to accept this as a solution. This would help
others with similar issues.
Regards,
Jyothis V James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Good day to you.
Thanks for accepting our solution. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.
Regards,
Jyothis V James

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page