Notice
Recent Posts
Recent Comments
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | 30 | 31 |
Tags
- Ransomware
- Python
- 포인터 매핑
- error fix
- pytest
- ida
- ecma
- debugging
- commandline
- open office xml
- why error
- idapython
- hex-rays
- Injection
- TensorFlow
- mock.patch
- data distribution
- Analysis
- Rat
- h5py.File
- javascript
- MySQL
- NumPy Unicode Error
- x64
- idb2pat
- svn update
- ida pro
- idapro
- malware
- error
Archives
- Today
- Total
목록2018/05/14 (1)
13 Security Lab
Error problem from >> preprocessing.LabelEncoder() - fit() - transform() Message is "TypeError: unorderable types: NoneType() < NoneType()" Problem Definition ERR code line 1 2 3 le_1 = preprocessing.LabelEncoder() training_tr_le = le_1.fit(training_labels) training_labels_encoded = training_le.transform(training_labels) Error Message 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 2..
Computer Science/Programming
2018. 5. 14. 23:18