Skip to content

Gradient Boosting Regressor #2298

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

Merged
merged 17 commits into from
Sep 26, 2020
Merged

Conversation

abdoulayegk
Copy link
Contributor

Describe your change:

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

@TravisBuddy
Copy link

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

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
Contributor Author

@spamegg1 Thanks it is helpful

@TravisBuddy
Copy link

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

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

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

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

@TravisBuddy
Copy link

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

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

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

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
Contributor Author

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

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

@stale
Copy link

stale bot commented Sep 12, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale Used to mark an issue or pull request stale. label Sep 12, 2020
@poyea poyea self-assigned this Sep 13, 2020
@stale stale bot removed the stale Used to mark an issue or pull request stale. label Sep 13, 2020
Copy link
Member

@poyea poyea left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your pull request!🤩

@cclauss cclauss merged commit 7446e69 into TheAlgorithms:master Sep 26, 2020
stokhos pushed a commit to stokhos/Python that referenced this pull request Jan 3, 2021
* Stock market prediction using greadient boosting

* To reverse a string using stack

* To reverse string using stack

* Predict Stock Prices Python & Machine Learning

* Gradient boosting regressor on boston dataset

* Gradient boosting regressor implementation

* Gradient boosting regressor

* Gradient boosting regressor

* Gradient boosting regressor

* Removing files

* GradientBoostingRegressor example

* Demo Gradient Boosting

* Demo Gradient boosting

* demo of gradient boosting

* gradient boosting demo

* Fix spelling mistake

* Fix formatting

Co-authored-by: John Law <[email protected]>
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.

5 participants