Skip to content

Commit 25e0ca6

Browse files
committed
Update to ML 2.0
1 parent b5f6ddf commit 25e0ca6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 Andrew DalPino
3+
Copyright (c) 2022 Andrew DalPino
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Diff for: composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "project",
44
"description": "An introduction to machine learning in Rubix ML using the famous Iris dataset and the K Nearest Neighbors classifier.",
55
"homepage": "https://github.com/RubixML/Iris",
6-
"license": "Apache-2.0",
6+
"license": "MIT",
77
"keywords": [
88
"classification", "cross validation", "dataset", "data science", "example project",
99
"iris flower", "k nearest neighbors", "knn", "machine learning", "ml", "php", "php ml",
@@ -18,7 +18,7 @@
1818
],
1919
"require": {
2020
"php": ">=7.4",
21-
"rubix/ml": "^1.0"
21+
"rubix/ml": "^2.0"
2222
},
2323
"scripts": {
2424
"train": "@php train.php"

0 commit comments

Comments
 (0)