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

Integrate python algorithms like xgboost using ffi #192

Closed
deadsoul44 opened this issue Sep 15, 2021 · 3 comments
Closed

Integrate python algorithms like xgboost using ffi #192

deadsoul44 opened this issue Sep 15, 2021 · 3 comments

Comments

@deadsoul44
Copy link

deadsoul44 commented Sep 15, 2021

This is a great project. I started to hate Python after using Dart with Flutter. I realized that I am still googling every basic stuff when using Python whereas with Dart it just takes microseconds to find the right method after putting dot. I wonder if it is possible to integrate popular machine learning algorithms like xgboost in Dart using FFI.

Thanks a lot for creating this library.

@gyrdym
Copy link
Owner

gyrdym commented Sep 16, 2021

@deadsoul44 Hi! Thank you very much for your attention to the project! Yes, I agree, Dart is a beautiful programming language, no doubt. Yes, it's possible, but it would take really much time. Anyway, I have some plans to integrate ensemble algorithms like xgboost, maybe in a couple of months, I will start to work on this.

@deadsoul44
Copy link
Author

Are you going to implement it from scratch in Dart or are you going to use FFI?

@gyrdym
Copy link
Owner

gyrdym commented Sep 21, 2021

@deadsoul44 I think so, I'll consider FFI

@gyrdym gyrdym closed this as completed Sep 23, 2021
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

No branches or pull requests

2 participants