b98b4a054a2ee2770f831bd4743d42e857555847
wiki/howto/windestimation.md
| ... | ... | @@ -29,7 +29,7 @@ The details of the training process for each model category are described in the |
| 29 | 29 | ## Prerequisites |
| 30 | 30 | To complete the training process successfully, you need to make sure that you have the following stuff: |
| 31 | 31 | * A complete onboarding setup for SAP Sailing Analytics development |
| 32 | -* MongoDB is up and running (same MongoDB instance as required in onboarding howto) |
|
| 32 | +* MongoDB (**3.4 or higher!**) is up and running (same MongoDB instance as required in onboarding howto) |
|
| 33 | 33 | * At least 100 GB free space on the partition, where MongoDB is operating |
| 34 | 34 | * At least 16 GB RAM (for in-memory preprocessing of wind data for regressors) |
| 35 | 35 | * Installed graphical MongoDB client such as MongoDB Compass (Community version) |
| ... | ... | @@ -40,11 +40,9 @@ The following steps import all the data required from sapsailing.com into the lo |
| 40 | 40 | 2. Run *com.sap.sailing.windestimation.data.importer.PolarDataImporter* |
| 41 | 41 | |
| 42 | 42 | ## Maneuver classifiers training |
| 43 | -1. Run *com.sap.sailing.windestimation.model.classifier.maneuver.ManeuverClassifierTrainer* |
|
| 43 | +1. Run *com.sap.sailing.windestimation.model.classifier.maneuver.ManeuverClassifierTrainer*. Within the this step, the maneuver data is preprocessed and all maneuver classifiers are trained for each supported context |
|
| 44 | 44 | 2. Optionally run *com.sap.sailing.windestimation.model.classifier.maneuver.ManeuverClassifierScoring* to print the performance of the trained classifiers and to verify maneuver classification scoring |
| 45 | 45 | |
| 46 | -Within this single step, the maneuver data is preprocessed and all maneuver classifiers are trained for each supported context. |
|
| 47 | - |
|
| 48 | 46 | ## Duration-based TWD delta standard deviation regressor |
| 49 | 47 | |
| 50 | 48 | 1. Run *com.sap.sailing.windestimation.data.importer.DurationBasedTwdTransitionImporter* |