Skip to content

Commit

Permalink
import constants from relna, not nalaf -- #155
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmirocks committed Oct 20, 2016
1 parent b3d33ca commit 2d15089
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions relna/learning/svmlight.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
import sys
import subprocess
import pkg_resources

from nalaf.structures.data import Label
from nalaf.utils import MUT_CLASS_ID
from random import random, seed
from random import random


class SVMLightTreeKernels:
Expand Down

0 comments on commit 2d15089

Please sign in to comment.