Thanks. I am aware of the upgrade to Fit to permit regularization. It works just fine. Two wishes:
(a) regularization would also be added to the more modern LinearModelFit, LogitModelFit, etc so I could take advantage of their greater capabilities
(b) someone could give me some hints on how to emulate LASSO or Ridge using the Neural Network architecture. As mentioned earlier, I have some belief that it can be done in 12.2 using NetArray inside a linear layer (http://reference.wolfram.com/language/ref/NetArray.html) and/or NetArrayLayer but, as the documentation for that Experimental function is not fully developed, I have not yet figured out how to do so.