[PYTHON] Learning record 13 (17th day) Kaggle3

Learning record (17th day)

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) ~

・ It seems that I had misunderstood various things, and the problem I had until yesterday (such as not being able to take two values in the argument) was solved.

-However, even if learning with SVC or xgboost, there is a problem that the score is around 0.5. Since the assignments are classified as 0 or 1, it seems that they are not learning correctly after all.

-Since vectorization and division of training data and test data have been completed, we are reviewing whether the model is correct again (currently ongoing).

・ The flow of machine learning that I understand Import various modules → Read data → Pre-processing (data processing, division / x_train, y_train, x_test, y_test, etc.) → Model creation → Learning by model (fit x_train and y_train) → Create predictive model (use fit) X_test is predict) → Evaluation (combine predict and y_test corresponding to the answer part) → Review various processes and tune parameters according to the result. If stacking, implement various learning models required.

Recommended Posts

Learning record 13 (17th day) Kaggle3
Learning record 12 (16th day) Kaggle2
Learning record No. 14 (18th day) Kaggle4
Learning record No. 15 (19th day) Kaggle5
Learning record 11 (15th day) Kaggle participation
Learning record 4 (8th day)
Learning record 9 (13th day)
Learning record 3 (7th day)
Learning record 5 (9th day)
Learning record 6 (10th day)
Learning record 8 (12th day)
Learning record 1 (4th day)
Learning record 7 (11th day)
Learning record 2 (6th day)
Learning record 16 (20th day)
Learning record 22 (26th day)
Learning record No. 21 (25th day)
Learning record No. 10 (14th day)
Learning record No. 24 (28th day)
Learning record No. 23 (27th day)
Learning record No. 25 (29th day)
Learning record No. 26 (30th day)
Learning record No. 20 (24th day)
Programming learning record day 2
Learning record No. 17 (21st day)
Learning record No. 18 (22nd day)
Learning record No. 19 (23rd day)
Learning record No. 29 (33rd day)
Learning record No. 28 (32nd day)
Learning record No. 27 (31st day)
Learning record
Learning record # 3
Learning record # 1
Learning record # 2
Python learning day 4
Learning record (2nd day) Scraping by #BeautifulSoup
Learning record (4th day) #How to get the absolute path from the relative path
Go language learning record
Linux learning record ① Plan
<Course> Deep Learning: Day2 CNN
Effective Python Learning Memorandum Day 6 [6/100]
Effective Python Learning Memorandum Day 12 [12/100]
Effective Python Learning Memorandum Day 9 [9/100]
Effective Python Learning Memorandum Day 8 [8/100]
Learning record (3rd day) #CSS selector description method #BeautifulSoup scraping
Rabbit Challenge Deep Learning 1Day
<Course> Deep Learning: Day1 NN
Learning record (6th day) #Set type #Dictionary type #Mutual conversion of list tuple set #ndarray type #Pandas (DataFrame type)
Effective Python Learning Memorandum Day 14 [14/100]
Effective Python Learning Memorandum Day 1 [1/100]
Subjects> Deep Learning: Day3 RNN
Rabbit Challenge Deep Learning 2Day
Effective Python Learning Memorandum Day 13 [13/100]
Effective Python Learning Memorandum Day 3 [3/100]
Effective Python Learning Memorandum Day 5 [5/100]
Effective Python Learning Memorandum Day 4 [4/100]
Try machine learning with Kaggle
Effective Python Learning Memorandum Day 7 [7/100]
Effective Python Learning Memorandum Day 2 [2/100]
PySpark learning record ② Kaggle I tried the Titanic competition with PySpark binding
Implement stacking learning in Python [Kaggle]