Hi all,

In our builtin functions we sometimes use arguments that are called "lambda".

Unfortunately this word is a keyword in python that does not allow a function 
to use it.

To address this i have gone through all our builtin functions and changed all 
instances of "lambda" to "reg".

This change effects the following builtin functions:


- als

- alsCG

- alsDS

- l2svm

- lenetTrain

- msvm


best regards

Sebastian

Reply via email to