microsoft / LightGBM

A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks.
https://lightgbm.readthedocs.io/en/latest/
MIT License
16.69k stars 3.83k forks source link

How to execute the examples? I have read the documentation but unable to understand it. #702

Closed Gautamshahi closed 7 years ago

Gautamshahi commented 7 years ago

Please check the image, where to execute that instructions. image

Laurae2 commented 7 years ago

Copy as requested the lightgbm.exe to the regression folder, and run the provided command in a command prompt.

Gautamshahi commented 7 years ago

I am sorry but I am not getting the lightgbm.exe file, still, i am trying to learn the framework. Will you please tell me where i can get it?

On Mon, Jul 17, 2017 at 9:51 PM, Laurae notifications@github.com wrote:

Copy as requested the lightgbm.exe to the regression folder, and run the provided command in a command prompt.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Microsoft/LightGBM/issues/702#issuecomment-315794271, or mute the thread https://github.com/notifications/unsubscribe-auth/ADyFFrOChqSajyxKKoERMMCfdYQz33lOks5sO4fIgaJpZM4OaIXd .

-- Gautam Kishore Shahi, Master Student, DISI- University of Trento, Italy

Laurae2 commented 7 years ago

If you did not compile LightGBM then it is normal that file is not existing.

Gautamshahi commented 7 years ago

Hi,

will you please share the instructions to compile and how to implement my own model using Lighgbm?

On Mon, Jul 17, 2017 at 11:35 PM, Laurae notifications@github.com wrote:

If you did not compile LightGBM then it is normal that file is not existing.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Microsoft/LightGBM/issues/702#issuecomment-315834055, or mute the thread https://github.com/notifications/unsubscribe-auth/ADyFFnMlA6P2-0Kw_GnPTti0WFLqpxjkks5sO6JrgaJpZM4OaIXd .

-- Gautam Kishore Shahi, Master Student, DISI- University of Trento, Italy

chivee commented 7 years ago

@Gautamshahi ,

https://msdn.microsoft.com/en-us/library/7s88b19e.aspx?f=255&MSPPError=-2147217396

Gautamshahi commented 7 years ago

I opened the Lightgbm.sln and tried to build, i got following error, suggest the needful steps to be followed. image

chivee commented 7 years ago

Change the solution configuration to Release and our solution are vs 2013.

but it should pass the compile. you can refer to : https://stackoverflow.com/questions/38290169/cannot-find-corecrt-h-universalcrt-includepath-is-wrong for help.

Gautamshahi commented 7 years ago

Hi, Again getting the same error, please help.

image

chivee commented 7 years ago

change the Solution Configuration from Debug_MPI to Release

Gautamshahi commented 7 years ago

Thanks a lot.

Now i can execute it. Will you please share link or documentation, where i can get instruction to use my own data?

github-actions[bot] commented 1 year ago

This issue has been automatically locked since there has not been any recent activity since it was closed. To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues including a reference to this.