Skip to content

Commit

Permalink
added xgblearner
Browse files Browse the repository at this point in the history
  • Loading branch information
pplonski committed Nov 10, 2018
1 parent 69d7f26 commit e0e6e10
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions supervised/tests/run_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
import sys
import unittest

from preprocessing.tests.run import *
from validation.tests.run import *
#from preprocessing.tests.run import *
#from validation.tests.run import *

from models.tests.run import *


if __name__ == '__main__':
unittest.main()

0 comments on commit e0e6e10

Please sign in to comment.