PHP Classes

File: composer.json

Recommend this page to a friend!
  Packages of MD.Shoeb Lincoln   PHP ML   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP ML
Process data and evaluate machine learning models
Author: By
Last change:
Date: 4 months ago
Size: 483 bytes
 

Contents

Class file image Download
{ "name": "phpml/php-machine-learning", "description": "PHP Machine Learning Library for Data Analysis", "type": "library", "license": "MIT", "authors": [ { "name": "MD Shoeb Lincoln ", "email": "md.s.lincoln@gmail.com" } ], "require": { "php": ">=7.4" }, "autoload": { "psr-4": { "PHPML\\": "src/" } }, "minimum-stability": "stable", "prefer-stable": true }