-
Notifications
You must be signed in to change notification settings - Fork 6
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
Create california housing dataset #56
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.
Very nice, thank you!
src/squirrel_datasets_core/datasets/california_housing/README.rst
Outdated
Show resolved
Hide resolved
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.
LG, some minor suggestions only 👍
] | ||
|
||
|
||
class CaliforniaHousing(IterDriver): |
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.
we could inherit from CsvDriver
here, downside would be that would requires dask
which is not needed in this case, but you can also overwrite the get_df
method which would resolve this.
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.
I think I'd prefer not to have to get the full dask
dependency for this. Seems like an overkill.
…_.py Co-authored-by: Alireza Sohofi <[email protected]>
Co-authored-by: Winfried Ripken <[email protected]>
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.
List any dependencies that are required for this change.
Fixes # issue
Type of change
Checklist: