Rising Odegua

Results 95 comments of Rising Odegua

Looks great, just went through it. Danfojs pretty much has the capability to solve 1 and 2. As we can easily port it. But for modeling part, we'd have to...

Yes, sure. We can work on it together. Should be fun implementing it JS 😊

I think that's a great idea as well. We would still write JS wrappers to call methods right?

> Just made an MVP SVM-wasm export based on `libsvm`. > https://github.com/WenheLI/libsvm-wasm > @risenW Any suggestions? Cool, I'll check it out later today. Also as regards GBDT, I think the...

> Just made an MVP SVM-wasm export based on `libsvm`. > https://github.com/WenheLI/libsvm-wasm > @risenW Any suggestions? So I'm trying to test out this package, I'm getting an error when compiling...

> > https://github.com/WenheLI/libsvm-wasm > > You need to build it first. > Run the following command under the root folder. > > ```shell > make . > ``` Now I'm...

Hi @WenheLI , Have you seen this repo. It looks useful for what we intend to do https://github.com/nok/sklearn-porter

> > Transpile trained scikit-learn estimators to C, Java, JavaScript and others. > > @risenW It might be translating the trained models to executable by C/Java/JavaScript, developers have to use...

> Can we do excel formatting in dataframe.toExcel ? What do you mean by excel formating, can you give more explanation, plus examples?

> I found some bugs whilst using `.append` which I'll try to summarize using shortcode snippets. In addition, some things I found a little unintuitive with the API which could...