Skip to content

Commit

Permalink
Update to ML 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdalpino committed Apr 17, 2022
1 parent b5f6ddf commit 25e0ca6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 Andrew DalPino
Copyright (c) 2022 Andrew DalPino

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "project",
"description": "An introduction to machine learning in Rubix ML using the famous Iris dataset and the K Nearest Neighbors classifier.",
"homepage": "https://github.com/RubixML/Iris",
"license": "Apache-2.0",
"license": "MIT",
"keywords": [
"classification", "cross validation", "dataset", "data science", "example project",
"iris flower", "k nearest neighbors", "knn", "machine learning", "ml", "php", "php ml",
Expand All @@ -18,7 +18,7 @@
],
"require": {
"php": ">=7.4",
"rubix/ml": "^1.0"
"rubix/ml": "^2.0"
},
"scripts": {
"train": "@php train.php"
Expand Down

0 comments on commit 25e0ca6

Please sign in to comment.