Skip to content

Commit 84f929f

Browse files
authored
Merge pull request #5 from HarryYouel13/harry_edit4
Updated README
2 parents a4ecbf4 + 293c0de commit 84f929f

File tree

6 files changed

+2
-5
lines changed

6 files changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ model_params = {
117117
"positive": False,
118118
"random_state": None,
119119
}
120+
120121
model = define_Ridge(model_params)
121122
```
122123

@@ -138,15 +139,11 @@ rc_params = {
138139
rc_pipeline.run(rc_params)
139140
```
140141

141-
#### Get results
142+
#### Get results & reservoir metrics
142143
```python
143144
results = rc_pipeline.get_rc_results()
144-
```
145145

146-
#### Get reservoir metrics
147-
```python
148146
rc_pipeline.define_input(target_values)
149-
150147
nl = rc_pipeline.get_non_linearity()
151148
lmc = rc_pipeline.get_linear_memory_capacity()[0]
152149
```
0 Bytes
Binary file not shown.
-62 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-124 Bytes
Binary file not shown.
30 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)