laptop commit linear regression
This commit is contained in:
parent
4e9e0f774c
commit
0e8e75e917
@ -106,7 +106,6 @@ def prediction(input,output,weights,vocabulary):
|
|||||||
output.close()
|
output.close()
|
||||||
input_file.close()
|
input_file.close()
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
vocabulary=define_vocabulary('train/in.tsv');
|
vocabulary=define_vocabulary('train/in.tsv');
|
||||||
weights, words = train(vocabulary,'train/in.tsv','train/expected.tsv')
|
weights, words = train(vocabulary,'train/in.tsv','train/expected.tsv')
|
||||||
|
Loading…
Reference in New Issue
Block a user