For logistic regression classifier, is it possible to:
1- Draw AUC for both training and testing data "in the same model" without using cross validation operator "I mean use only split data operator".
2- How to save model and use it to train new dataset.
I would appreciate if the answer can be associated with a figure or video or process for better illustrating.