We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5fa2b7 + 974b89e commit 3ea66e0Copy full SHA for 3ea66e0
1 file changed
content/mooreslaw-tutorial.md
@@ -183,7 +183,7 @@ print("trans. cnt:\t", transistor_count[:10])
183
184
You are creating a function that predicts the transistor count given a
185
year. You have an _independent variable_, `year`, and a _dependent
186
-variable_, `transistor_count`. Transform the independent variable to
+variable_, `transistor_count`. Transform the dependent variable to
187
log-scale,
188
189
$y_i = \log($ `transistor_count[i]` $),$
0 commit comments