ai-job-title-area-classification
ai-job-title-area-classification copied to clipboard
regarding test data
Hi, When i use different test data, the sgd/mlp_results shows. ",,,,,,,," Could you please help with that?
Hello, can you show me your code using different data?
Thank you for replying. I have solved this problem, i made some mistakes in the script. however, i have another question. Could it be possible to include texts like chinese, arabic into the dataset of tsv file? if yes, then could you tell me how?
And if we were to use csv file instead of tsv, how would we do it?
Hello, just change in this file data_process/tsv_to_dataset.py the line 8 with the csv file , adding the corresponding delimiter
@GV67 regarding other languages. In theory it should work since the algorithm is based on the frequency terms. You should train and test the network with other dataset, changing this : data_process/data_sets/classified_titles.tsv. However, I don't know if it would work ok since our goal was not to support other languages.