Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mario-deluna/decider
Fast PHP decision trees (ID3 implementation)
https://github.com/mario-deluna/decider
Last synced: 5 days ago
JSON representation
Fast PHP decision trees (ID3 implementation)
- Host: GitHub
- URL: https://github.com/mario-deluna/decider
- Owner: mario-deluna
- License: mit
- Created: 2017-05-20T09:29:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-20T09:30:36.000Z (over 7 years ago)
- Last Synced: 2024-12-12T19:47:07.031Z (11 days ago)
- Language: PHP
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Decider
Fast PHP decision trees (ID3 implementation)
[![Build Status](https://travis-ci.org/mario-deluna/Decider.svg?branch=master)](https://travis-ci.org/mario-deluna/Decider)
[![Packagist](https://img.shields.io/packagist/dt/mario-deluna/Decider.svg)](https://packagist.org/packages/mario-deluna/decider)
[![Packagist](https://img.shields.io/packagist/l/mario-deluna/Decider.svg)](https://github.com/mario-deluna/Decider/blob/master/LICENSE)
[![GitHub release](https://img.shields.io/github/release/mario-deluna/Decider.svg)](https://github.com/mario-deluna/Decider/releases)_Requires PHP >= 7.0_
## Installation
Decider follows `PSR-4` autoloading and can be installed using composer:
```
$ composer require mario-deluna/decider
```## Credits
- [Mario Döring](https://github.com/mario-deluna)
- [All Contributors](https://github.com/mario-deluna/Decider/contributors)## License
The MIT License (MIT). Please see [License File](https://github.com/mario-deluna/Decider/blob/master/LICENSE) for more information.