laptop commit linear regression

This commit is contained in:
Bartosz Ogonowski 2020-05-02 20:10:21 +02:00
parent 4e9e0f774c
commit 0e8e75e917

View File

@ -106,7 +106,6 @@ def prediction(input,output,weights,vocabulary):
output.close()
input_file.close()
def main():
vocabulary=define_vocabulary('train/in.tsv');
weights, words = train(vocabulary,'train/in.tsv','train/expected.tsv')