File tree
28 files changed
+59
-48
lines changed- doc
- src
- c_api
- common
- data
- gbm
- metric
- objective
- tree
- tests/travis
28 files changed
+59
-48
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| 52 | + | |
| 53 | + | |
50 | 54 | | |
51 | 55 | | |
52 | 56 | | |
53 | 57 | | |
54 | | - | |
| 58 | + | |
55 | 59 | | |
56 | 60 | | |
57 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
| |||
- .gitignore+1
- CMakeLists.txt+39-16
- cmake/lint.cmake+3-8
- include/dmlc/array_view.h+12
- include/dmlc/base.h+38-4
- include/dmlc/data.h+20
- include/dmlc/json.h+10-6
- include/dmlc/logging.h+74-9
- include/dmlc/lua.h+1
- include/dmlc/optional.h+182
- include/dmlc/parameter.h+161-7
- include/dmlc/registry.h+1-1
- include/dmlc/thread_local.h+8-2
- make/config.mk+3
- scripts/lint.py+21-12
- scripts/lint3.py-171
- scripts/travis/travis_setup_env.sh+1-1
- src/data.cc+19
- src/data/libfm_parser.h+97
- src/data/row_block.h+32-1
- src/data/strtonum.h+50
- src/data/text_parser.h+3-7
- src/io/input_split_base.cc+1-1
- src/io/recordio_split.cc+4-4
- src/io/s3_filesys.cc+72-18
- src/io/s3_filesys.h+3
- src/io/uri_spec.h+2-2
- src/recordio.cc+2-2
- test/dmlc_test.mk+2-1
- test/libfm_parser_test.cc+36
- test/unittest/unittest_optional.cc+87
- tracker/README.md+1-1
- tracker/dmlc_tracker/ssh.py+5-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
| 225 | + | |
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
385 | 385 | | |
386 | 386 | | |
387 | 387 | | |
388 | | - | |
| 388 | + | |
389 | 389 | | |
390 | 390 | | |
391 | 391 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
| 210 | + | |
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | | - | |
| 217 | + | |
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
| 227 | + | |
228 | 228 | | |
229 | | - | |
| 229 | + | |
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
| |||
0 commit comments