Code Monkey home page Code Monkey logo

Comments (10)

fstandhartinger avatar fstandhartinger commented on May 21, 2024 1

Hi there,

I have created a .NET wrapper for LightGBM (including GPU support) based on the executable version of LightGBM.

If interrested, check it out: LightGbmDotNet.

But of course a proper .NET wrapper for LightGBM, maintained by the original team would be even better.

Best regards

Florian

from lightgbm.

guolinke avatar guolinke commented on May 21, 2024

Sure, please follow the update of this thread.

from lightgbm.

mfagerlund avatar mfagerlund commented on May 21, 2024

Will do!

from lightgbm.

h-hasanov avatar h-hasanov commented on May 21, 2024

When can we expect the C# Nuget package to be finished?

from lightgbm.

chivee avatar chivee commented on May 21, 2024

@ycdoit could you help on creating the PR of Nuget package.

from lightgbm.

guolinke avatar guolinke commented on May 21, 2024

https://www.nuget.org/packages/LightGBM

from lightgbm.

fstandhartinger avatar fstandhartinger commented on May 21, 2024

Thanks for providing the nuget package and the excellent work on LightGBM in general!

But IMHO a nuget package that provides an .exe and an unmanaged .dll is not at all what you would wish for as an .NET developer.
You'll hardly find any C# developer that can make use of this nuget package in real life. Creating a .NET wrapper for the natively compiled .dll requires huge efforts and skills rarely found in the .NET development community. Plus knowledge about the original LightGBM sourcecode that most likely won't be found outside the LightGBM team itself.

Anyhow as we don't have anything else at the moment, could you please tell me if the executable delivered in the nuget package is ready to use GPU acceleration?
If yes I would probably consider writing a simple (and probably incomplete) C# wrapper library that calls the executable as a seperate process and exchanges data with it in a file based manner.
Neighter elegant nor satisfiying really, but at least an approach thats managable regarding effort and complexity.

It feels like Microsoft leaves its .NET developer community behind when it comes to machine learning.

from lightgbm.

mfagerlund avatar mfagerlund commented on May 21, 2024

from lightgbm.

fstandhartinger avatar fstandhartinger commented on May 21, 2024

I experimented a bit with creating an executable based wrapper.
I also found out that the .exe in the nuget package is not providing GPU support.
Is there any chance to get a nuget package that contains a GPU ready compiled .exe?

from lightgbm.

guolinke avatar guolinke commented on May 21, 2024

refer to dotnet/machinelearning#392
LightGBM will be in ML.Net soon.

from lightgbm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.