Skip to content

Commit ab34129

Browse files
committed
Update to Rubix ML 0.3.0
1 parent 9bddbba commit ab34129

File tree

6 files changed

+4
-488
lines changed

6 files changed

+4
-488
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,9 @@ Unlabeled::build(array_transpose([$scores, $losses]))
133133

134134
Here is an example of what the validation score and training loss look like when plotted. You can plot the values yourself by importing the `progress.csv` file into your favorite plotting software.
135135

136-
![R Squared Score](https://raw.githubusercontent.com/RubixML/Housing/master/docs/images/validation-score.svg?sanitize=true)
136+
![R Squared Score](https://raw.githubusercontent.com/RubixML/Housing/master/docs/images/validation-score.png)
137137

138-
![L2 Loss](https://raw.githubusercontent.com/RubixML/Housing/master/docs/images/training-loss.svg?sanitize=true)
138+
![L2 Loss](https://raw.githubusercontent.com/RubixML/Housing/master/docs/images/training-loss.png)
139139

140140

141141
### Saving

composer.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,13 @@
1313
"authors": [
1414
{
1515
"name": "Andrew DalPino",
16-
"email": "me@andrewdalpino.com",
17-
"homepage": "https://andrewdalpino.com",
16+
"homepage": "https://github.com/andrewdalpino",
1817
"role": "Lead Engineer"
1918
}
2019
],
2120
"require": {
2221
"php": ">=7.2",
23-
"rubix/ml": "^0.1.0"
24-
},
25-
"suggest": {
26-
"ext-tensor": "For faster training and inference"
22+
"rubix/ml": "^0.3.0"
2723
},
2824
"scripts": {
2925
"predict": "@php predict.php",

docs/images/training-loss.png

56.5 KB
Loading

0 commit comments

Comments
 (0)