Skip to content

Commit 7ff01a4

Browse files
author
Lewis Coates
committed
fixing headers and emtadata
1 parent 10a9b47 commit 7ff01a4

File tree

9 files changed

+146
-3
lines changed

9 files changed

+146
-3
lines changed

regression-tests/datasets/metadata.txt

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,16 @@ collab_filtering.csv, generated by collaborative_filtering.py
1616
colors_32_9cols_128rows.csv, generated by hand
1717
count_letters.csv, generated by count_letters.csv
1818
covariance_correlation.csv, copied from the documentation for covar matrix
19+
cox_perf_test.csv, generated by hand
20+
cox_perf_wide.csv, generated by hand
21+
cox_ultrawide_test.csv, generated by hand
1922
cumulative_seq_v2.csv, lists numbers
2023
cumu_tally_seq.csv, lists numbers
2124
delimTest1.tsv, generated by hand
2225
dicom_uncompressed, copied from http://doi.org/10.7937/K9/TCIA.2016.tNB1kqBU
2326
dicom_xml, generated by hand
2427
dogs.csv, generated by dog_generator.py
28+
domains_1K_lines.json, generated by hand
2529
empty.csv, generated by hand
2630
extreme_value.csv, generated by hand
2731
gmm_data.csv, generated by gmm_datagen.py
@@ -50,9 +54,12 @@ naive_bayes.csv, generated by naive_bayes_generator.py
5054
passwd.csv, taken from zatanna4
5155
pcadata.csv, generated by pca.py
5256
pic_circles_data.csv, generated by gen_circles.py
57+
rand_forest_class.csv, generated by rand_forest.py
58+
rand_forest_perf_test.csv, generated by hand
59+
rand_forest_regress.csv, generated by hand
5360
random_graph_edges.csv, generated by generate_graph.py
5461
random_graph_vertices.csv, generated by generate_graph.py
55-
rand_forest_class.csv, generated by rand_forest.py
62+
r_forest_new.csv, generated by hand
5663
shuttle_scale_cut_te, data available to the public
5764
shuttle_scale_cut_tr, data available to the public
5865
shuttle_scale_cut_va, data available to the public
@@ -73,7 +80,7 @@ weight_median.csv, generated by weight_median.py
7380
xml_comment.xml, generated by hand
7481
xml_dangle_tag.xml, generated by hand
7582
xml_doc.xml, generated by hand
76-
xml_overlap.xml, generated by hand
77-
xml_overlap_inner.xml, generated by hand
7883
xml_overlap_2level.xml, generated by hand
84+
xml_overlap_inner.xml, generated by hand
85+
xml_overlap.xml, generated by hand
7986
xml_smoke.xml, generated by hand

regression-tests/datasets/xml_comment.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11
<?xml version="2.0" encoding="UTF-8"?>
2+
<!--
3+
4+
Copyright (c) 2016 Intel Corporation 
5+
6+
Licensed under the Apache License, Version 2.0 (the "License");
7+
you may not use this file except in compliance with the License.
8+
You may obtain a copy of the License at
9+
10+
      http://www.apache.org/licenses/LICENSE-2.0
11+
12+
Unless required by applicable law or agreed to in writing, software
13+
distributed under the License is distributed on an "AS IS" BASIS,
14+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
See the License for the specific language governing permissions and
16+
limitations under the License.
17+
18+
-->
219
<root>
320
<nodeValues></nodeValues>
421
<node attr="&lt;/node&gt;">

regression-tests/datasets/xml_dangle_tag.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<!--
2+
3+
Copyright (c) 2016 Intel Corporation 
4+
5+
Licensed under the Apache License, Version 2.0 (the "License");
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
8+
9+
      http://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
16+
17+
-->
118
<!-- Fail to complete the opening tag -->
219
<node>
320
<name>Prune</name>

regression-tests/datasets/xml_doc.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
4+
Copyright (c) 2016 Intel Corporation 
5+
6+
Licensed under the Apache License, Version 2.0 (the "License");
7+
you may not use this file except in compliance with the License.
8+
You may obtain a copy of the License at
9+
10+
      http://www.apache.org/licenses/LICENSE-2.0
11+
12+
Unless required by applicable law or agreed to in writing, software
13+
distributed under the License is distributed on an "AS IS" BASIS,
14+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
See the License for the specific language governing permissions and
16+
limitations under the License.
17+
18+
-->
219
<shapes>
320
<square>
421
<name>left</name>

regression-tests/datasets/xml_overlap.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<!--
2+
3+
Copyright (c) 2016 Intel Corporation 
4+
5+
Licensed under the Apache License, Version 2.0 (the "License");
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
8+
9+
      http://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
16+
17+
-->
118
<!-- Top blocks overlap -->
219
<root>
320
<block1>

regression-tests/datasets/xml_overlap_2level.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<!--
2+
3+
Copyright (c) 2016 Intel Corporation 
4+
5+
Licensed under the Apache License, Version 2.0 (the "License");
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
8+
9+
      http://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
16+
17+
-->
118
<!-- Multi-level overlap -->
219
<root>
320
<block1>

regression-tests/datasets/xml_overlap_inner.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11
<?xml version="2.0" encoding="UTF-8"?>
2+
<!--
3+
4+
Copyright (c) 2016 Intel Corporation 
5+
6+
Licensed under the Apache License, Version 2.0 (the "License");
7+
you may not use this file except in compliance with the License.
8+
You may obtain a copy of the License at
9+
10+
      http://www.apache.org/licenses/LICENSE-2.0
11+
12+
Unless required by applicable law or agreed to in writing, software
13+
distributed under the License is distributed on an "AS IS" BASIS,
14+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
See the License for the specific language governing permissions and
16+
limitations under the License.
17+
18+
-->
219

320
<!-- Inner blocks overlap -->
421
<root>

regression-tests/datasets/xml_smoke.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11
<?xml version="2.0" encoding="UTF-8"?>
2+
<!--
3+
4+
Copyright (c) 2016 Intel Corporation 
5+
6+
Licensed under the Apache License, Version 2.0 (the "License");
7+
you may not use this file except in compliance with the License.
8+
You may obtain a copy of the License at
9+
10+
      http://www.apache.org/licenses/LICENSE-2.0
11+
12+
Unless required by applicable law or agreed to in writing, software
13+
distributed under the License is distributed on an "AS IS" BASIS,
14+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
See the License for the specific language governing permissions and
16+
limitations under the License.
17+
18+
-->
219
<root>
320
<nodeValues></nodeValues>
421
<node attr="&lt;/node&gt;">

regression-tests/sparktkregtests/testcases/frames/parse_xml_test.py

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# vim: set encoding=utf-8
2+
3+
# Copyright (c) 2016 Intel Corporation 
4+
#
5+
# Licensed under the Apache License, Version 2.0 (the "License");
6+
# you may not use this file except in compliance with the License.
7+
# You may obtain a copy of the License at
8+
#
9+
#       http://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
# Unless required by applicable law or agreed to in writing, software
12+
# distributed under the License is distributed on an "AS IS" BASIS,
13+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
# See the License for the specific language governing permissions and
15+
# limitations under the License.
16+
#
17+
118
""" Test XML multi-line parsing. """
219

320
import unittest

0 commit comments

Comments
 (0)