Skip to content

Commit 004f873

Browse files
committed
Oops, s/No/False/ as there is no No.
1 parent e6c9b29 commit 004f873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ def DecisionListLearner(dataset):
332332

333333
def decision_list_learning(examples):
334334
if not examples:
335-
return [(True, No)]
335+
return [(True, False)]
336336
t, o, examples_t = find_examples(examples)
337337
if not t:
338338
raise Failure

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy