Skip to content

Conversation

alixhami
Copy link
Contributor

@alixhami alixhami commented Sep 6, 2018

Currently, there are no asserts, the tests just ensure that the tutorial code runs without errors. The test run takes several minutes.

These are python snippets for the NCAA tutorial and data scientist tutorial and are intended to be run in a notebook, as an alternative to the current snippets which are written using magics. These are being added in response to user feedback that they preferred not to use magics.

@alixhami alixhami requested a review from tswast September 6, 2018 23:14
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Sep 6, 2018
OR (team.scheduled_date >= DATE('2016-03-15') AND team.scheduled_date <= DATE('2016-04-04'))
OR (team.scheduled_date >= DATE('2017-03-14') AND team.scheduled_date <= DATE('2017-04-03'))
OR (team.scheduled_date >= DATE('2017-05-01')))
ORDER BY season, scheduled_date
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lol at this huge SQL.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Big data 😄

@alixhami alixhami merged commit 7bbf70b into master Sep 17, 2018
@alixhami alixhami deleted the bqml-tutorials branch September 17, 2018 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bigquery cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants