-
Notifications
You must be signed in to change notification settings - Fork 220
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
Update load_boston in README.md #340
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.
can you add these same updates to examples/regression.py and examples/survival.py?
https://github.com/stanfordmlgroup/ngboost/blob/master/examples/regression.py
Done @ryan-wolbeck |
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.
Please remove pandas from the pyproject.toml we have chosen to remove this as a dependency in a previous PR here #318
In order to get the tests to pass, run black on all the files changed here.
Removed the pandas dependency and ran "black ." |
the order of your imports is in the incorrect style
If you have
|
Fixed #339