I want to initialize a logistic regression with an outdated model, I want to use the tips given here Initializing logistic regression coefficients when using the Spark dataset-based ML APIs?, but the main method I want to use is private, how can I extend this class to override this private method or override the whole class? I'm new to scala thanks for being lenient or at least kind
treated here Override whole class in java/scala but no satisfaying answer