Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Oracle DVD Machine Learning error

Summary
Oracle DVD Machine Learning error
Content
Hi everyone,
I have just upgraded my Oracle Data Visualization Desktop to the latest version to make use of the new 'Machine Learning' option. After the installation of Oracle Data Visualization Desktop I installed DVML.
If I follow this video now:
https://www.youtube.com/watch?v=J-qXNGVBKVE
If I want to execute the data flow, I get the following error message:
Traceback (most recent call last):
File "C: \ Users \ USER \ AppData \ Local \ Temp \ 2 \ DVDesktop \ servers \ obis1 \ tmp \ nQS_PAF_8996_3_44714521.TMP", line 91, in <module>
model = obi_create_model (dat, columnMetadata, args)
File "C: \ Users \ USER \ AppData \ Local \ Temp \ 2 \ DVDesktop \ servers \ obis1 \ tmp \ nQS_PAF_8996_3_44714521.TMP", line 48, in obi_create_model
model = obipy.tools.linear_regression.create_model (dat, target, args)
File "C: \ Program Files \ Oracle Data Visualization Desktop \ Oracle BI1 \ bifoundation \ advance
Does anyone know a solution here?
Answers
-
I installed DVML in
\DVML folder and was able to use ML model
0 -
you have to install DVML first, you can search "DVML" in start menu.
0 -
Yes, we did install DVML. Question, did you have to install Advanced ANalytics for this or not? If you will notice, the last line mentioned something about Advanced Analytics.
Regards,
Sherwin
0 -
Hi,
I am also getting the same error. Anybody find a solution?
Traceback (most recent call last):
File "C:\Users\AppData\Local\Temp\DVDesktop\servers\obis1\tmp\nQS_PAF_10424_3_12313390.TMP", line 89, in <module>
model = obi_create_model(dat, columnMetadata, args)
File "C:\Users\AppData\Local\Temp\DVDesktop\servers\obis1\tmp\nQS_PAF_10424_3_12313390.TMP", line 48, in obi_create_model
model = obipy.tools.naive_bayes.create_model(dat, target, args)
File "C:\Program Files\Oracle Data Visualization Desktop\OracleBI1\bifoundation\advanced
Traceback (most recent call last):
File "C:\Users\AppData\Local\Temp\DVDesktop\servers\obis1\tmp\nQS_PAF_10424_5_12333247.TMP", line 89, in <module>
model = obi_create_model(dat, columnMetadata, args)
File "C:\Users\AppData\Local\Temp\DVDesktop\servers\obis1\tmp\nQS_PAF_10424_5_12333247.TMP", line 48, in obi_create_model
model = obipy.tools.naive_bayes.create_model(dat, target, args)
File "C:\Program Files\Oracle Data Visualization Desktop\OracleBI1\bifoundation\advanced
Regards,
Sherwin
0 -
I suspect you're actually getting a different error as you're using a different model ( naive bayes and not linear regression). My advice is the same though - to look at the full error message in the logs.
Mark
0 -
Hi,
That's just because the actual error message is truncated in the viewer and so you are not seeing the actual reason. You will find that full dump in the log files - and I think the one you'll want is the obis1-diagnostic.log
Mark
0 -
I have installed AA and then DVML. Please try installing AA first and then DVML. Hope it should help fix this.
0 -
I got the same error today.
I uninstalled the DV, deleted all the files in the tmp directory location, and did a fresh install of the DV. Once that completes, re-install the DVML, and it should execute. Your install is still referencing the old PAF file from the prior one. Somehow these are left orphaned out with the upgrade.
Hope this helps! Good luck!!
0