Radu Bengulescu

Results 4 issues of Radu Bengulescu

![image](https://user-images.githubusercontent.com/6890477/52302757-d1035300-2996-11e9-9e5b-8eb58ba2377c.png) MemoryError Traceback (most recent call last) in () 3 tfidf = TfidfVectorizer(sublinear_tf=True, min_df=5, norm='l2', encoding='latin-1', ngram_range=(1, 2), stop_words='english') 4 ----> 5 features = tfidf.fit_transform(df.Consumer_complaint_narrative).toarray() 6 labels = df.category_id 7...

Everything fine in the notebook for mimic3 until: tr, dv, te = concat_and_split.split_data(fname, base_name=base_name) notes_labeled.csv disch_full.csv are OK, generated successfully but hadm_id = row[1] looks like there is an empty...

Is your feature request related to a problem? After using quite intensive Label Sleuth for a while in text classification projects that require consecutive generation evaluation of multiple models that...

enhancement

Hi, these are the following errors that I encountered when running the docker-compose om Docker Desktop on win10": 1) Changed the cpus: XXX to cpus: 'XXX" syntax to prevent the...