forked from RubixML/Credit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
28 lines (28 loc) · 930 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "rubix/credit",
"type": "project",
"description": "An example project that predicts risk of credit card default using a Logistic Regression classifier and a 30,000 sample dataset of credit card customers.",
"homepage": "https://github.com/RubixML/Credit",
"license": "MIT",
"keywords": [
"php", "machine", "learning", "data", "science", "mining", "predictive", "modeling",
"ai", "classification", "neural", "net", "logistic-regression", "dataset", "t-SNE"
],
"authors": [
{
"name": "Andrew DalPino",
"email": "[email protected]",
"homepage": "https://andrewdalpino.com",
"role": "Lead Engineer"
}
],
"require": {
"php": ">=7.2",
"league/csv": "^9.5",
"rubix/ml": "0.1.0-rc3"
},
"config": {
"preferred-install": "dist",
"sort-packages": true
}
}