Skip to content

Commit

Permalink
Update formatting for example result pictures
Browse files Browse the repository at this point in the history
  • Loading branch information
cdipaolo committed Nov 30, 2015
1 parent 0d15442 commit 49cbc63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linear/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ This part of the `goml` package implements varied generalized linear models usin
- [logistic regression](logistic.go)
- [softmax regression (multiclass logistic regression)](softmax.go)

Linear Least Squares Regression Results | Logistic Regression Classification Results
------------------------------------------------------------------|-------------------------------------------------------
Linear Least Squares Regression | Logistic Regression Classification (Color is Ground Truth Class)
------------------------------------------------------------------|-----------------------------------------------------------------
![Linear Least Squares Regression Results](linear_regression.png) | ![Logistic Regression Results](logistic_regression.png)

### example ordinary least squares
Expand Down

0 comments on commit 49cbc63

Please sign in to comment.