Python Library Function
(Redirected from Python library function)
Jump to navigation
Jump to search
A Python Library Function is a Python function from a Python library.
- Context:
- It can be from a Python Module.
- Example(s):
- a NumPy Function.
- a sklearn Function, such as from the sklearn.svm Module.
- a NLTK Function.
- …
- Counter-Example(s):
- See: Python Variable.