Skip to content
Snippets Groups Projects
Commit 56a4ce79 authored by Fize Jacques's avatar Fize Jacques
Browse files

debug

parent 062a8fdb
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ combinaison_label = [
]
for ix, comb in enumerate(combinaison):
df = pd.concat([pd.read_csv(fn,sep="\t").head(500) for fn in comb])
df = pd.concat([pd.read_csv(fn,sep="\t") for fn in comb])
index = NGram(n=4)
data_vectorizer = Pipeline([
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment