Open TsimurSh opened 1 month ago
@TsimurSh you can use PredictionAccuracyModule by doing @Component
annotation on it.
@vesavlad Yes. It's first what I tried to do. I added to PredictionAccuracy module @Component annotation, but when I realised that the module don't generate a data I changed dependency injection by deleting annotations @Autowired and adding constructors, but it didn't help as well.
please share the required data + config so that I can reproduce the problem
@vesavlad sent via email. Please check your mailbox on outlook
The PredictionAccuracy module encounters issues during initialization, preventing it from loading properly.
@vesavlad how to run or use PredictionAccuracyModule?