From f05d57e000f1c07fcac33f4a045fee40c773f7cc Mon Sep 17 00:00:00 2001 From: Giovanni Franzoni Date: Thu, 2 Sep 2021 15:46:23 +0200 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3abe860..b7d3341 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is a training dataset for machine learning solutions for detecting fishing # Usage and data formats -We use the data as training data for our [vessel scoring library](https://github.com/GlobalFishingWatch/vessel-scoring), and you might find it usefull to check out that code to get started with the dataset. +We use the data as training data for our [vessel scoring library](https://github.com/GlobalFishingWatch/vessel-scoring), and you might find it useful to check out that code to get started with the dataset. The data is stored in [numpy format](http://www.numpy.org/). We recommend exploring the data using the jupyter/numpy/scipy/scikit-learn/tensorflow stack.