Introduce XGBoost.swift - a Swift API for the powerful XGBoost

Hi, I’m here to share my new project XGBoost.swift, which is a Swift API for the powerful XGBoost. It’s still in the early stage with basic workable functions, just want to share and receive feedback on it, to avoid big issues earlier.

As I started to learn Swift not long ago, there must be many issues lie in the code. The current API tries to conform to the Python API, there’re still some differences in nature between the 2 languages.

Here are the links:
Github: https://github.com/ddxgz/XGBoost.swift
Docs: https://ddxgz.github.io/XGBoost.swift/ (Not so much there for now)

4 Likes