egm517 commited on
Commit
01c0052
·
1 Parent(s): 951fb8e

Update hupd_augmented.py

Browse files
Files changed (1) hide show
  1. hupd_augmented.py +30 -1
hupd_augmented.py CHANGED
@@ -55,7 +55,36 @@ _FEATURES = [
55
  "filing_date",
56
  "patent_issue_date",
57
  "date_published",
58
- "examiner_id"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
  ]
60
 
61
 
 
55
  "filing_date",
56
  "patent_issue_date",
57
  "date_published",
58
+ "examiner_id",
59
+ 'application_invention_type',
60
+ 'examiner_full_name',
61
+ 'examiner_art_unit',
62
+ 'uspc_class',
63
+ 'uspc_subclass',
64
+ 'confirm_number',
65
+ 'atty_docket_number',
66
+ 'appl_status_desc',
67
+ 'appl_status_date',
68
+ 'file_location',
69
+ 'file_location_date',
70
+ 'earliest_pgpub_number',
71
+ 'earliest_pgpub_date',
72
+ 'wipo_pub_number',
73
+ 'wipo_pub_date',
74
+ 'patent_issue_date',
75
+ 'invention_title',
76
+ 'small_entity_indicator',
77
+ 'aia_first_to_file',
78
+ 'publication_number',
79
+ 'date_application_produced',
80
+ 'date_application_published',
81
+ 'main_cpc_label',
82
+ 'cpc_labels',
83
+ 'main_ipcr_label',
84
+ 'ipcr_labels',
85
+ 'foreign',
86
+ 'continuation',
87
+ 'decision_as_of_2020'
88
  ]
89
 
90