Skip to content

Commit b99b81d

Browse files
committed
More ->plural typo fixes in settings.py
1 parent c92216b commit b99b81d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pypolo/settings.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
# ending point of dataset = present - timedelta_back_in_granularity_increments
171171
# name - name of classification algorithm (see sklearn documentation for more)
172172
# hidden_layers - number of pybrain hidden layers to use
173-
# epoch - Train on the current dataset for the given number of epochs.
173+
# epochs - Train on the current dataset for the given number of epochs.
174174
# bias - (bool) bias flags to indicate whether the network should have biases http://pybrain.org/docs/api/tools.html?highlight=buildnetwork#pybrain.tools.shortcuts.buildNetwork
175175
# momentum - http://pybrain.org/docs/api/supervised/trainers.html?highlight=momentum
176176
# learningrate - The learning rate gives the ratio of which parameters are changed into the direction of the gradient. http://pybrain.org/docs/api/supervised/trainers.html?highlight=learningrate
@@ -203,11 +203,11 @@
203203
# 2/24 notes -- removed 120,240, added 20, 40, 45
204204
# 2/25 notes -- added 10, 50, removed 45
205205
# 2/25 -- added 120,240 back in to retest in light of recent bugs
206-
'datasetinput': [1, 2, 3, 4, 5, 6, 15, 10, 20, 40, 100, 200],
206+
'datasetinputs': [1, 2, 3, 4, 5, 6, 15, 10, 20, 40, 100, 200],
207207
# 2/23 -- removed 3,5,15 -- added 20,40,100
208208
# 2/24 -- removed 7,10,20,40,100, added 3,4,5
209209
# 2/25 -- added 3,5,15,10,20,40,100 back in to retest in light of recent bugs
210-
'epoch': [1000],
210+
'epochs': [1000],
211211
# 2/22 -- eliminated 4000, 100
212212
'bias': [True],
213213
# 2/22 -- Eliminated 'False'

0 commit comments

Comments
 (0)