We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some values in the set seems ok, but really isnt, read dataset_definitions.
Values which must be handled:
ROT -128
HEADING 511
NAVSTAT values are 0 and 8, meaning categorical, should be one hot encoded True/False
ETARAW Should not be included in sequence data, but the last ETA should appended next to the sequence, in the proposed goal-vector
portID The values are inconsistent, not always the goal destination. Could be fixed with the proposed goal-vector
shippingLineId could potentially be used...
vesselType could potentially be used...
depth could potentially be used...
+++
The text was updated successfully, but these errors were encountered:
Should create fitting sub-issues and branches for each of these, some are easy some are hard
Sorry, something went wrong.
No branches or pull requests
Some values in the set seems ok, but really isnt, read dataset_definitions.
Values which must be handled:
ROT
-128
HEADING
511
NAVSTAT
values are 0 and 8, meaning categorical, should be one hot encoded True/False
ETARAW
Should not be included in sequence data, but the last ETA should appended next to the sequence, in the proposed goal-vector
portID
The values are inconsistent, not always the goal destination. Could be fixed with the proposed goal-vector
shippingLineId
could potentially be used...
vesselType
could potentially be used...
depth
could potentially be used...
+++
The text was updated successfully, but these errors were encountered: