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

Catboost in Rust lang #473

Closed
johnkarasev opened this issue Sep 18, 2018 · 14 comments
Closed

Catboost in Rust lang #473

johnkarasev opened this issue Sep 18, 2018 · 14 comments

Comments

@johnkarasev
Copy link

I am creating a electric power consumption forecasts model in Rust language. Will catboost work with rust?

@johnkarasev johnkarasev changed the title catboost Catboost in Rust lang Sep 18, 2018
@annaveronika
Copy link
Contributor

We have C++, python and Java appliers. Rust is a great idea for contribution.

@shuternay
Copy link
Contributor

I would like to implement this

@kizill kizill assigned kizill and unassigned kizill Feb 25, 2019
@johnkarasev
Copy link
Author

johnkarasev commented Mar 21, 2019

@shuternay I can contribute also, what is your progress on it?

@annaveronika
Copy link
Contributor

@shuternay @johnkarasev We are happy if we get help with this!

@kizill
Copy link
Member

kizill commented Mar 21, 2019

@shuternay I can contribute also, what is your progress on it?

@shuternay privately stated that he already have some rust wrapper around model C API. I hope he will send PR in near future :)

@shuternay
Copy link
Contributor

@johnkarasev
I have wrapped model C API, but there are only methods which apply model and get some model info: https://github.com/Shuternay/catboost/tree/master/catboost/rust-package
Now I want to add support for model training.

@annaveronika
Copy link
Contributor

@shuternay What's the progress? We are waiting for your pr!

@annaveronika
Copy link
Contributor

You don't have to do training, the first step - applying the model - would be already great.

@annaveronika
Copy link
Contributor

This is implemented in catboost 0.15

@goldenMetteyya
Copy link

@johnkarasev
I have wrapped model C API, but there are only methods which apply model and get some model info: https://github.com/Shuternay/catboost/tree/master/catboost/rust-package
Now I want to add support for model training.

Has any work been done on training with rust?

@annaveronika
Copy link
Contributor

No, and there is not plan to support training on Rust

@goldenMetteyya
Copy link

goldenMetteyya commented Mar 11, 2020

@annaveronika

No, and there is not plan to support training on Rust

hello, is there a c api for training? I am interested in working on it.

@manavsah
Copy link
Contributor

if no one has started i can start with training ?

@Longcuirong
Copy link

@annaveronika

No, and there is not plan to support training on Rust

hello, is there a c api for training? I am interested in working on it.

me too, i want to use a c api for training

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants