7 Get Started with Oracle Machine Learning for Python
Learn how to use OML4Py in Oracle Machine Learning Notebooks and how to move data between the local Python session and the database.
These actions are described in the following topics.
Topics:
- Use OML4Py with Oracle Autonomous Database
OML4Py is available through the Python interpreter in Oracle Machine Learning Notebooks in Oracle Autonomous Database. - Use OML4Py with an On-Premises Oracle Database
After the OML4Py server and client components have been installed on your on-premises Oracle database server and you have installed the OML4Py client on your local system, you can connect your client Python session to the OML4Py server. - Move Data Between the Database and a Python Session
With OML4Py functions, you can interact with data structures in a database schema. - Save Python Objects in the Database
You can save Python objects in OML4Py datastores, which persist in the database.