Skip to content

Commit 391621b

Browse files
Updated README.md
1 parent 64a09bc commit 391621b

File tree

1 file changed

+8
-31
lines changed

1 file changed

+8
-31
lines changed

README.md

Lines changed: 8 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,10 @@
1-
To run all analysis, run `make all`.
2-
You might need to install packages via either pip or conda.
1+
Prevent flying under false flag for merchant ships
2+
==================================================
33

4-
# Data
5-
## raw/inspections.csv
6-
Contains inspection results.
7-
8-
## raw/portcalls_df.pkl
9-
Contains information about the portcalls. Used by src/clean.py.
10-
11-
## raw/portcalls_new.csv
12-
Not used. Contains a newer set of portcalls.
13-
14-
## raw/ports_df.pkl
15-
Not used. Contains information about the ports.
16-
17-
# Notebooks
18-
## 04-performance.ipynb
19-
Summarizes information on the performance of learned classifiers.
20-
21-
## 03-sanity_checks.ipynb
22-
In this notebook we check the following:
23-
- whether folds are uniform with PCA or t-SNE.
24-
- whether we can predict (either label or flag) with just PCA or t-SNE
25-
- whether number of portcalls, port stay, or travel times features are sufficient to predict (either label or flag)
26-
27-
## 01-stats_inspections.ipynb
28-
This notebook provides some statistics on the inspections dataset.
29-
30-
## 02-stats_portcalls.ipynb
31-
This notebook features some statistics of the portcalls dataset.
32-
We also test with a simple logistic regression model whether we can reconstruct the baseline classification using some of the information that is used to construct this baseline classification.
4+
See the notebooks folder for all analysis.
5+
Sometimes a call to the `.\src` folder is made from these notebooks.
6+
The `src`-folder is essentially a Python module which provides the most important code used in this research.
7+
All images are stored in `.\fig`.
8+
The yaml-file `environment.yml` contains the environment used in the research.
339

10+
Unfortunately, we cannot make the data public yet.

0 commit comments

Comments
 (0)