Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 44 Oracle Analytics and AI Sharing Center
- 20 Oracle Analytics and AI Lounge
- 278 Oracle Analytics and AI News
- 56 Oracle Analytics and AI Videos
- 16.2K Oracle Analytics and AI Forums
- 6.4K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 103 Oracle Analytics and AI Trainings
- 20 Oracle Analytics and AI Challenge
- Find Partners
- For Partners
Implementing the Custom Python scripts in ODVD
Summary
Implementing the Custom Python scripts in ODVD
Content
I have been building Model using ODVD. I wanted to know if it is possible to create a ML model using our own Python Script. If yes, the can anyone please provide a Template of Python Script, or a use case wherein a model was trained using custom python scripts and later the model was applied to a test dataset.
Thank You
Answers
-
Custom python scripts can be created.
Upload them here https://docs.oracle.com/en/middleware/bi/data-visualization-desktop/bidvd/uploading-custom-scripts-machine-learning.html
To create one the code needs to be run inside an XML wrapper (to pass the inputs and return the outputs to the function)
Existing scripts already installed can be viewed at the below location of your DVD install. I've tested making simple changes and uploading as custom scripts and it works, but they were very limited changes and no new libraries were required.
~\Oracle Data Visualization Desktop\OracleBI1\bifoundation\advanced_analytics\script_repository
0