kanyun-inc / ytk-learn

Ytk-learn is a distributed machine learning library which implements most of popular machine learning algorithms(GBDT, GBRT, Mixture Logistic Regression, Gradient Boosting Soft Tree, Factorization Machines, Field-aware Factorization Machines, Logistic Regression, Softmax).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ytk-learn is a distributed machine learning library which implements most of popular machine learning algorithms. It runs on single, multiple machines and major distributed environments(hadoop, spark),and supports major operating systems(Linux, Windows, Mac OS),the communication of distributed environments is implemented based on ytk-mp4j which is pure java, mpi-like message passing interface.

Features

  • Supports most of operating systems: Linux, Mac OS, Windows
  • Supports various platforms: single machine, common cluster, hadoop, spark
  • Supports local file system and hdfs file system
  • Provides uniform file system interface and can be applied to other file systems easily.
  • Provides user friendly codes for online prediction.
  • Without complex installation, only needs Java SE Runtime Environment 8 installation.

For more details, refer to features

Documents

Experiments

We compare our GBDT with XGBoost and LightGBM, see gbdt experiments for more details.

Environment Requirements

To run or develop ytk-learn,just install JRE 8 or JDK 8 and set JAVA_HOME.

About

Ytk-learn is a distributed machine learning library which implements most of popular machine learning algorithms(GBDT, GBRT, Mixture Logistic Regression, Gradient Boosting Soft Tree, Factorization Machines, Field-aware Factorization Machines, Logistic Regression, Softmax).

License:MIT License


Languages

Language:Java 97.7%Language:Shell 1.7%Language:Python 0.3%Language:Batchfile 0.2%