How to silence Windows warning about XGBoost

When I run LT latest version on windows, it warns me with:
Warning: At the moment, your platform (Windows) is not supported by the official XGBoost maven package; ML-based suggestion reordering is disabled.

The command I run is: java -jar languagetool-commandline.jar -l it -c UTF-8 -m it --languagemodel "$ngramsDir" text.txt

  1. What do I lose? What is ML-based suggestion reordering?
  2. Is it possible to silence this warning?

Thanks!
mario

It re-orders suggestions for spelling mistakes. Don’t worry, it won’t change that much.

Not without changing the code.