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

Gradient Boosting Regressor #2298

Open
wants to merge 15 commits into
base: master
from

Conversation

@abdoulayegk
Copy link

abdoulayegk commented Aug 11, 2020

Describe your change:

Adding a Gradient boosting regressor algorithm to predict the Boston house price.

@TravisBuddy
Copy link

TravisBuddy commented Aug 11, 2020

Hey @abdoulayegk,
Something went wrong with the build.

TravisCI finished with status errored, which means the build failed because of something unrelated to the tests, such as a problem with a dependency or the build process itself.

View build log

TravisBuddy Request Identifier: 268fc7e0-dbfc-11ea-9ba8-b569b15b137c
@spamegg1
Copy link
Contributor

spamegg1 commented Aug 11, 2020

@abdoulayegk Build log says

1 E128 continuation line under-indented for visual indent
4 E225 missing whitespace around operator
26 E231 missing whitespace after ','
5 E251 unexpected spaces around keyword / parameter equals
3 E261 at least two spaces before inline comment
1 E262 inline comment should start with '# '
9 E265 block comment should start with '# '
1 E266 too many leading '#' for block comment
1 E271 multiple spaces after keyword
4 E301 expected 1 blank line, found 0
2 E302 expected 2 blank lines, found 1
2 E402 module level import not at top of file
5 E501 line too long (96 > 88 characters)
2 F401 'sklearn.ensemble.RandomForestRegressor' imported but unused
1 F821 undefined name 'is_empty'
16 W291 trailing whitespace
2 W293 blank line contains whitespace
2 W391 blank line at end of file

Most of these can be easily fixed by running black on your code before submitting: pip3 install black then black filename.py on the command line.

Also you changed 3 files, changing more than one file might be an issue, but I guess a maintainer would know this better.

Hope it helps.

@TravisBuddy
Copy link

TravisBuddy commented Aug 11, 2020

Hey @abdoulayegk,
Something went wrong with the build.

TravisCI finished with status errored, which means the build failed because of something unrelated to the tests, such as a problem with a dependency or the build process itself.

View build log

TravisBuddy Request Identifier: 96fe8460-dbfe-11ea-9ba8-b569b15b137c
@abdoulayegk
Copy link
Author

abdoulayegk commented Aug 11, 2020

@spamegg1 Thanks it is helpful

@TravisBuddy
Copy link

TravisBuddy commented Aug 11, 2020

Hey @abdoulayegk,
Something went wrong with the build.

TravisCI finished with status errored, which means the build failed because of something unrelated to the tests, such as a problem with a dependency or the build process itself.

View build log

TravisBuddy Request Identifier: 610500d0-dc00-11ea-9ba8-b569b15b137c
@TravisBuddy
Copy link

TravisBuddy commented Aug 11, 2020

Hey @abdoulayegk,
Something went wrong with the build.

TravisCI finished with status errored, which means the build failed because of something unrelated to the tests, such as a problem with a dependency or the build process itself.

View build log

TravisBuddy Request Identifier: 7368e140-dc02-11ea-9ba8-b569b15b137c
@TravisBuddy
Copy link

TravisBuddy commented Aug 11, 2020

Hey @abdoulayegk,
Something went wrong with the build.

TravisCI finished with status errored, which means the build failed because of something unrelated to the tests, such as a problem with a dependency or the build process itself.

View build log

TravisBuddy Request Identifier: 9eef0340-dc06-11ea-9ba8-b569b15b137c
@TravisBuddy
Copy link

TravisBuddy commented Aug 13, 2020

Hey @abdoulayegk,
Something went wrong with the build.

TravisCI finished with status errored, which means the build failed because of something unrelated to the tests, such as a problem with a dependency or the build process itself.

View build log

TravisBuddy Request Identifier: 0275c190-dd08-11ea-b6e2-493429cddfc3
@abdoulayegk abdoulayegk force-pushed the abdoulayegk:Grade-boost branch from d227261 to bf0be83 Aug 13, 2020
@TravisBuddy
Copy link

TravisBuddy commented Aug 13, 2020

Hey @abdoulayegk,
Something went wrong with the build.

TravisCI finished with status errored, which means the build failed because of something unrelated to the tests, such as a problem with a dependency or the build process itself.

View build log

TravisBuddy Request Identifier: 10aa5030-dd0a-11ea-b6e2-493429cddfc3
@TravisBuddy
Copy link

TravisBuddy commented Aug 13, 2020

Hey @abdoulayegk,
Something went wrong with the build.

TravisCI finished with status errored, which means the build failed because of something unrelated to the tests, such as a problem with a dependency or the build process itself.

View build log

TravisBuddy Request Identifier: d0244c80-dd0b-11ea-b6e2-493429cddfc3
@TravisBuddy
Copy link

TravisBuddy commented Aug 13, 2020

Hey @abdoulayegk,
Something went wrong with the build.

TravisCI finished with status errored, which means the build failed because of something unrelated to the tests, such as a problem with a dependency or the build process itself.

View build log

TravisBuddy Request Identifier: 035fba20-dd0d-11ea-b6e2-493429cddfc3
@TravisBuddy
Copy link

TravisBuddy commented Aug 13, 2020

Hey @abdoulayegk,
Something went wrong with the build.

TravisCI finished with status errored, which means the build failed because of something unrelated to the tests, such as a problem with a dependency or the build process itself.

View build log

TravisBuddy Request Identifier: f764e780-dd0d-11ea-b6e2-493429cddfc3
@abdoulayegk
Copy link
Author

abdoulayegk commented Aug 13, 2020

hey can anyone help me here to fix this I can't figure out The command "scripts/validate_filenames.py" failed and exited with 1 during meaning.

@TravisBuddy
Copy link

TravisBuddy commented Aug 13, 2020

Hey @abdoulayegk,
Something went wrong with the build.

TravisCI finished with status errored, which means the build failed because of something unrelated to the tests, such as a problem with a dependency or the build process itself.

View build log

TravisBuddy Request Identifier: 3cfe5240-dd4a-11ea-9bc7-ef10f4dac8ce
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants
You can’t perform that action at this time.