Added file code_prediction, where code creating file out.tsv which results is saving to folders dev-0 and test-A

This commit is contained in:
Bartusiak 2020-03-29 01:04:18 +01:00
parent 082c69e025
commit f290964067
10 changed files with 289734 additions and 0 deletions

8
.idea/Pierwsze.iml Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="jdk" jdkName="Python 3.8 (untitled)" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

View File

@ -0,0 +1,6 @@
<component name="InspectionProjectProfileManager">
<settings>
<option name="USE_PROJECT_PROFILE" value="false" />
<version value="1.0" />
</settings>
</component>

7
.idea/misc.xml Normal file
View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="JavaScriptSettings">
<option name="languageLevel" value="ES6" />
</component>
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.8 (untitled)" project-jdk-type="Python SDK" />
</project>

8
.idea/modules.xml Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/Pierwsze.iml" filepath="$PROJECT_DIR$/.idea/Pierwsze.iml" />
</modules>
</component>
</project>

6
.idea/vcs.xml Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

60
dev-0/out.tsv Normal file
View File

@ -0,0 +1,60 @@
P
P
P
S
S
S
P
P
P
P
P
S
P
S
P
P
P
S
P
P
P
S
S
P
P
P
P
P
S
P
P
P
S
P
P
S
P
P
S
S
S
S
P
P
P
P
S
P
P
P
P
P
S
P
P
P
P
P
S
P
1 P
2 P
3 P
4 S
5 S
6 S
7 P
8 P
9 P
10 P
11 P
12 S
13 P
14 S
15 P
16 P
17 P
18 S
19 P
20 P
21 P
22 S
23 S
24 P
25 P
26 P
27 P
28 P
29 S
30 P
31 P
32 P
33 S
34 P
35 P
36 S
37 P
38 P
39 S
40 S
41 S
42 S
43 P
44 P
45 P
46 P
47 S
48 P
49 P
50 P
51 P
52 P
53 S
54 P
55 P
56 P
57 P
58 P
59 S
60 P

BIN
naive_base_model.pkl Normal file

Binary file not shown.

60
test-A/out.tsv Normal file
View File

@ -0,0 +1,60 @@
P
P
P
S
S
S
P
P
P
P
P
S
P
S
P
P
P
S
P
P
P
S
S
P
P
P
P
P
S
P
P
P
S
P
P
S
P
P
S
S
S
S
P
P
P
P
S
P
P
P
P
P
S
P
P
P
P
P
S
P
1 P
2 P
3 P
4 S
5 S
6 S
7 P
8 P
9 P
10 P
11 P
12 S
13 P
14 S
15 P
16 P
17 P
18 S
19 P
20 P
21 P
22 S
23 S
24 P
25 P
26 P
27 P
28 P
29 S
30 P
31 P
32 P
33 S
34 P
35 P
36 S
37 P
38 P
39 S
40 S
41 S
42 S
43 P
44 P
45 P
46 P
47 S
48 P
49 P
50 P
51 P
52 P
53 S
54 P
55 P
56 P
57 P
58 P
59 S
60 P

0
test.tsv Normal file
View File

289579
train/in.tsv Normal file

File diff suppressed because one or more lines are too long