Skip to content

Commit

Permalink
Tweak readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rnburn committed Sep 22, 2020
1 parent f2fa57a commit 29d50bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ from sklearn.preprocessing import StandardScaler
X, y = load_boston(return_X_y=True)
X = StandardScaler().fit_transform(X)
```
Find the best performing C
Find the best performing `C`
```python
model = peak_engines.LogisticRegressionModel()
model.fit(X, y)
Expand Down

0 comments on commit 29d50bd

Please sign in to comment.