CodeSpaceHQ / MENGEL

A framework that applies machine learning algorithms and automates the process of finding the right algorithm for the job.
6 stars 1 forks source link

Dataset Insight Testing failing multiple tests. #150

Closed asclines closed 7 years ago

asclines commented 7 years ago

SE2-KaggleComp/modules/DMZ/data_kit/test/test_dataset_insight.py fails on several tests..

  1. ERROR: test_get_delim_comma (modules.DMZ.data_kit.test.test_dataset_insight.TestDatasetInsight) ValueError: Expected 0 fields in line 4, saw 1
asclines commented 7 years ago

Update: Appears to be an error with pandas being the wrong version due to the default pip install being out of date. Here are the install docs.