Update classification_evolvement.py
This commit is contained in:
parent
d3cb6b69ff
commit
55270e6f65
@ -3,7 +3,7 @@ Use the model pool initialized with 2011 apps to detect malware from apps develo
|
|||||||
Model pool and feature set (i.e., feature_set.pkl) are evolved during detection.
|
Model pool and feature set (i.e., feature_set.pkl) are evolved during detection.
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
import pylibol
|
||||||
import numpy as np
|
import numpy as np
|
||||||
import scipy
|
import scipy
|
||||||
from scipy.stats import logistic
|
from scipy.stats import logistic
|
||||||
@ -16,6 +16,7 @@ import sys
|
|||||||
import string
|
import string
|
||||||
from decimal import *
|
from decimal import *
|
||||||
import collections
|
import collections
|
||||||
|
from pylibol import classifiers
|
||||||
from classifiers import *
|
from classifiers import *
|
||||||
import time
|
import time
|
||||||
import random
|
import random
|
||||||
@ -391,4 +392,4 @@ def main():
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
main()
|
main()
|
||||||
|
Loading…
Reference in New Issue
Block a user