-
Notifications
You must be signed in to change notification settings - Fork 8
Support OPTIMIZELY_DATA_DIR envar + some cleanup #4
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
Conversation
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.
LGTM
A couple minor capitalization consistency comments and such.
read_data(decisions_dir, "decisions") | ||
``` | ||
|
||
Reading decisions data from data/type=decisions |
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.
Is this intended to be a header for the content above?
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.
No; this was print
output from the read_data
function. I agree it looks confusing in the markdown file, so I removed it from the notebook.
.getOrCreate() | ||
``` | ||
|
||
## Loading enriched event data |
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.
nit capitalization: Enriched Event data
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.
Fixd
## Loading enriched event data | ||
|
||
We'll start by loading decision and conversion data from `/data`. | ||
The `OPTIMIZELY_DATA_DIR` environment variable may be used to specify the local directory where Enriched Event Data is stored. If, for example, you've downloaded Enriched Event data and saved it in `optimizely_data` in your home directory, you can load that data in this notebook by executing the following command before launching Jupyter Lab: |
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.
nit: Enriched Event data
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.
Fixed.
Update crazyegg installation instructions
No description provided.