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 5d5c862 commit e5c8cf6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 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
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"require": {
"php": ">=7.4",
"rubix/ml": "^1.0"
"rubix/ml": "^2.0"
},
"scripts": {
"predict": "@php predict.php",
Expand Down
2 changes: 0 additions & 2 deletions train.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
use Rubix\ML\Regressors\RegressionTree;
use Rubix\ML\Persisters\Filesystem;

use function Rubix\ML\array_transpose;

ini_set('memory_limit', '-1');

$logger = new Screen();
Expand Down

0 comments on commit e5c8cf6

Please sign in to comment.