This is a test version of Biostars. For the public version, visit https://www.biostars.org.
kover learn issue

Hi, I have run kover (http://aldro61.github.io/kover/) successfully previously, but in attempting to run in on a new dataset, I was able to create the dataset and split the dataset into training/testing sets, but when I try to learn the model, I keep getting one of the following errors (below). I'm not sure how to proceed as the error is not very informative, and as far as I can tell, my datasets, etc. look fine.

Traceback (most recent call last):                                            
  File "kover", line 764, in <module>
    CommandLineInterface()
  File "kover", line 505, in __init__
    getattr(self, args.command)()
  File "kover", line 643, in learn
    progress_callback=progress)
  File "/home/alh39/anaconda3/envs/python2.7/lib/python2.7/site-packages/kover-1.3.2-py2.7-linux-x86_64.egg/kover/learning/experiment.py", line 509, in learn
    error_callback=error_callback)
  File "/home/alh39/anaconda3/envs/python2.7/lib/python2.7/site-packages/kover-1.3.2-py2.7-linux-x86_64.egg/kover/learning/experiment.py", line 189, in _cross_validation
    for hp, score in pool.imap_unordered(hp_eval_func, product(model_types, p_values)):
  File "/home/alh39/anaconda3/envs/python2.7/lib/python2.7/multiprocessing/pool.py", line 673, in next
    raise value
TypeError: Indexing elements must be in increasing order

OR

Traceback (most recent call last):                                                     
  File "kover", line 764, in <module>
    CommandLineInterface()
  File "kover", line 505, in __init__
    getattr(self, args.command)()
  File "kover", line 643, in learn
    progress_callback=progress)
  File "/home/alh39/anaconda3/envs/python2.7/lib/python2.7/site-packages/kover-1.3.2-py2.7-linux-x86_64.egg/kover/learning/experiment.py", line 509, in learn
    error_callback=error_callback)
  File "/home/alh39/anaconda3/envs/python2.7/lib/python2.7/site-packages/kover-1.3.2-py2.7-linux-x86_64.egg/kover/learning/experiment.py", line 189, in _cross_validation
    for hp, score in pool.imap_unordered(hp_eval_func, product(model_types, p_values)):
  File "/home/alh39/anaconda3/envs/python2.7/lib/python2.7/multiprocessing/pool.py", line 673, in next
    raise value
IndexError: list index out of range
kover

You can delete this comment now

0 answers

No answers yet.

Log in to answer this question.