Andyccs / sport-news-retrieval

MIT License
6 stars 2 forks source link

Simple UI for visualizing classified data #6

Closed kklw closed 8 years ago

kklw commented 8 years ago

According to our assignment guide(qns 4), we need to do:

A simple UI for visualizing classified data would be a bonus (but not compulsory)

I uploaded the ground truth(label_1.csv) and the predicted classes (log_reg_result.csv) in our google drive folder in the 'data' folder. @RUAN0007 you may do a confusion matrix to display this result.

Andyccs commented 8 years ago

So, the label_1.csv is the real labelled training data and log_reg_result.csv is predicted training labels?

Do we have test data?

kklw commented 8 years ago

Uploaded test data in the data folder as 'labelled_tweet.csv'. This is the same tweets that was crawled from 'espn_data.json'. But reduced to the tweets only.

kklw commented 8 years ago

Hi @RUAN0007 . After the naming changes,

RUAN0007 commented 8 years ago

I have shown the confusion matrix and diagrams on statistics page.