+1 vote
in Machine Learning by
What are Lambda Functions in Python?

1 Answer

0 votes
by
Python, anonymous function is a function defined without a name. When normal functions are defined using a defined keyword, Python is defined as anonymous functions using the Lambda word. Therefore, anonymous functions are called Lambda functions.

Related questions

0 votes
asked Sep 9, 2022 in Python by john ganales
+1 vote
asked Sep 26, 2022 in Machine Learning by Robin
...