Skip to content

Commit 51d5c34

Browse files
committed
cosmetic edits
1 parent 7140a33 commit 51d5c34

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
This is a package gathering functionalities to solve a number of generalised linear regression/classification problems which, inherently, correspond to an optimisation problem of the form
88

9-
```
10-
L(y, X) + P(θ)
11-
```
9+
$$
10+
L(y, X\theta) + P(\theta)
11+
$$
1212

1313
where:
1414

15-
- `L` is a loss function
16-
- `X` is the `n` x `p` matrix of training observations
17-
- `θ` the length `p` vector of weights to be optimized
18-
- `P` is a penalty function
15+
- $L$ is a loss function
16+
- $X$ is the $n \times p$ matrix of training observations, where $n$ is the number of _observations_ (sample size) and $p$ is the number of _features_ (dimension)
17+
- $\theta$ the length $p$ vector of weights to be optimized
18+
- $P$ is a penalty function
1919

2020
Additional regression/classification methods which do not directly correspond to this formulation may be added in the future.
2121

0 commit comments

Comments
 (0)