Start studying: Saturday, December 7th
Teaching materials, etc .: ・ Miyuki Oshige "Details! Python3 Introductory Note ”(Sotec, 2017): Completed on Thursday, December 19th ・ Progate Python course (5 courses in total): Ends on Saturday, December 21st ・ Andreas C. Müller, Sarah Guido "(Japanese title) Machine learning starting with Python" (O'Reilly Japan, 2017): Completed on Saturday, December 23
Kaggle Participation competition: Real or Not? NLP with Disaster Tweets 12/24 (Tue) ~
-Extract with train ["data label"]. -Because target has been digitized, only the text part is vectorized with tfidfvectorizer. Use fit_transform -I want to perform cross-validation with KFold ... but I can't take two values, text and target, as arguments.
After all, it resulted in the same problem as yesterday, but somehow I could see the direction, so I will explore various things while referring to kaggle's past competitions.
Recommended Posts