Skip to content

Commit f75a411

Browse files
committed
Update to ML 2.0
1 parent eb5862e commit f75a411

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"require": {
2121
"php": ">=7.4",
22-
"rubix/ml": "^1.0"
22+
"rubix/ml": "^2.0"
2323
},
2424
"scripts": {
2525
"explore": "@php explore.php",

explore.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
$logger->info('Stats saved to stats.json');
3030

31-
$dataset = $dataset->randomize()->head(1000);
31+
$dataset = $dataset->randomize()->head(2000);
3232

3333
$embedder = new TSNE(2, 20.0, 20);
3434

0 commit comments

Comments
 (0)