Skip to content

1.0.1 - webserver version

Latest
Compare
Choose a tag to compare
@martin-raden martin-raden released this 16 Dec 16:04
· 1 commit to main since this release

Changes to resemble the online webserver version

  • generate_kmer_features.py
    • no multithreading (--threads and --batchsize arguments removed)
    • no feature context (--feature-context argument removed)
  • fit_predict.py
    • now only 2-fold cross-validation (was 3-fold)
    • models now using class_weight="balanced" parameter