Skip to content

Integrating more complex algorithms #155

Open
@montanalow

Description

@montanalow

One of the nice things about the python ecosystem is that many of the libraries have all adopted the same fit/predict interfaces as scikit, (e.g. xgboost, lightgbm), which allows 3rd party libraries to interact with them all in a more abstract manner. It would be nice if the smartcore api could similarly be extended in Rust for the xgboost bind gen project, but this would have to take place in one or the other library, since 3rd party crates can't impl traits.

Is there a plan to either implement bindings for some of the existing crates, or otherwise bindgen c/c++ implementations, or implement them from scratch, or just leave them as 3rd party?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions