Changes to resemble the online webserver version
generate_kmer_features.py- no multithreading (
--threadsand--batchsizearguments removed) - no feature context (
--feature-contextargument removed)
- no multithreading (
fit_predict.py- now only 2-fold cross-validation (was 3-fold)
- models now using
class_weight="balanced"parameter