ISI-89, xgboost, ready-made, sklearn, dockerfile

This commit is contained in:
Jakub 2020-05-29 12:44:36 +02:00
parent 14f5b72beb
commit 978f655319
2 changed files with 3 additions and 1 deletions

3
run.sh
View File

@ -1,2 +1,3 @@
./solution.py
geval -t dev-0

View File

@ -4,6 +4,7 @@
import pandas as pd
import numpy as np
import csv
from xgboost import XGBClassifier
from sklearn.feature_extraction.text import CountVectorizer
count_vect = CountVectorizer()