-
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
Artembielov #13
base: main
Are you sure you want to change the base?
Artembielov #13
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 - Looks Good To Me :D
from mlxtend.regressor import StackingRegressor | ||
|
||
|
||
path = 'D:/projects/Python/Samsung2/House price/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.
Just for the future:
try not to include paths, IPs, personal details on any other personalized or secret data into github commits
This kind of data may unintentionally leak some secret information about a business if you working in a commercial project
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 move you work to the /[username]_code
location, as described in readme
https://github.com/rnd4u-org/2021-knu-cairl#development
|
Description
Please include summary of the change in english
How has this been tested?