Skip to content
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

No longer cache demo csvs, remove config file #257

Merged
merged 8 commits into from Sep 15, 2018
Merged

Conversation

rwedge
Copy link
Contributor

@rwedge rwedge commented Sep 14, 2018

The retail and flight datasets will no longer save a copy of the data to a local csv to use the next time the function is called. Users can use EntitySet.to_pickle or EntitySet.to_parquet to save the entitysets locally.

The featuretools config file only stored the default save location for these csvs and the default logging levels for featuretools loggers. To keep things simple, featuretools will no longer look use a config file. Logging levels can be set via the environmental variables FEATURETOOLS_LOG_LEVEL, FEATURETOOLS_ES_LOG_LEVEL, and FEATURETOOLS_BACKEND_LOG_LEVEL.

@kmax12
Copy link
Contributor

kmax12 commented Sep 15, 2018

Looks good. Merging

@kmax12 kmax12 merged commit ee0506b into master Sep 15, 2018
@kmax12 kmax12 mentioned this pull request Sep 28, 2018
@kmax12 kmax12 deleted the config-refactor branch October 2, 2018 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants