Categories
- All Categories
- 75 Oracle Analytics News
- 7 Oracle Analytics Videos
- 14K Oracle Analytics Forums
- 5.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 40 Oracle Analytics Trainings
- 60 Oracle Analytics Data Visualizations
- 2 Oracle Analytics Data Visualizations Challenge
- 3 Oracle Analytics Career
- 4 Oracle Analytics Industry
- 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