Warning
This page is located in archive. Go to the latest version of this course pages.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
courses:be5b33prg:homeworks:spam:step3 [2015/11/25 16:01]
xposik [Confusion Matrix]
courses:be5b33prg:homeworks:spam:step3 [2015/12/14 14:12]
xposik [Function ''quality_score()'']
Line 1: Line 1:
 ====== Spam filter - step 3 ====== ====== Spam filter - step 3 ======
-Create ​a set of classes and functions needed to evaluate the filter quality.+Create ​additional ​functions needed to evaluate the filter quality. 
  
-/** 
-<WRAP round download>​ 
-[[.unit_testing|Tests]] for step 3: {{:​courses:​a4b99rph:​cviceni:​spam:​test3_quality.zip|}} 
-</​WRAP>​ 
-**/ 
  
  
Line 15: Line 11:
 Task: Task:
   * Create function ''​quality_score(tp,​ tn, fp, fn)''​ in module ''​quality.py''​.   * Create function ''​quality_score(tp,​ tn, fp, fn)''​ in module ''​quality.py''​.
-  * Function computes the quality score defined during the lab.+  * Function computes the quality score defined during the lab (find it also [[courses:​be5b33prg:​homeworks:​spam:​evaluation#​filter_quality_assessment|here]]).
  
 ^ ''​quality_score(tp,​ tn, fp, fn) ''​ Compute the quality score based on the confusion matrix. ^^ ^ ''​quality_score(tp,​ tn, fp, fn) ''​ Compute the quality score based on the confusion matrix. ^^
courses/be5b33prg/homeworks/spam/step3.txt · Last modified: 2015/12/14 14:24 by xposik