7.7 Limitations of Data Science Agent
While Data Science Agent offers numerous benefits, there are certain limitations that may impact its use in specific scenarios.
The current limitations of Data Science Agent include:
- Ad hoc SQL queries cannot be run directly
- Algorithms supported by Oracle permitted for models
- Conversation length and scope
- Error handling
- Performance and latency related limitations
- Reuse of existing objects
Parent topic: Data Science Agent
7.7.1 Ad hoc SQL queries cannot be run directly
Data Science Agent is capable of generating SQL internally to create views. However, it does not support running of ad hoc SQL queries or direct visualization of raw result sets currently.
Note:
You can define arbitrary views to structure and transform data for downstream analysis and modeling.Parent topic: Limitations of Data Science Agent
7.7.2 Algorithms supported by Oracle permitted for models
Note:
Inference or scoring is not supported for Clustering and Anomaly Detection.Parent topic: Limitations of Data Science Agent
7.7.3 Conversation length and scope
While Data Science Agent can handle extended interactions, very long conversations may gather context that negatively affects clarity or performance. For extended work, consider starting a new conversation after a substantial number of interactions (around 50 messages), particularly when your objectives change.
Parent topic: Limitations of Data Science Agent
7.7.4 Error handling
Note:
Oracle recommends refining prompts, adjusting goals, or re-running steps.Parent topic: Limitations of Data Science Agent
7.7.5 Performance and latency related limitations
Certain operations such as data discovery, feature analysis, and model training may require a few minutes to process. Model training on very large datasets can take even longer. During these operations, the conversation may not progress until the operation is completed. If you encounter such performance or latency related issues, you can start other conversations.
Parent topic: Limitations of Data Science Agent
7.7.6 Reuse of existing objects
Note:
If several similar objects are available, make sure that you specify whether to reuse or recreate the objects.Parent topic: Limitations of Data Science Agent