Skip to content

Commit

Permalink
Added the tutorial for cs329S workshop
Browse files Browse the repository at this point in the history
  • Loading branch information
emeli-dral committed Feb 14, 2022
1 parent 78c2a5e commit 1d472f3
Show file tree
Hide file tree
Showing 2 changed files with 1,065 additions and 1 deletion.
1,064 changes: 1,064 additions & 0 deletions examples/data_stories/bicycle_demand_monitoring_setup.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/evidently/_version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# coding: utf-8

version_info = (0, 1, 43, 'dev1')
version_info = (0, 1, 44, 'dev0')
__version__ = ".".join(map(str, version_info))

0 comments on commit 1d472f3

Please sign in to comment.