EloiLopes-Oracle — Oracle Analytics

Welcome to the Oracle Analytics Community

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

EloiLopes-Oracle Rank 2 - Community Beginner

Comments

  • Sorry, I don't know which option are you talking about. On Data Flows for ML models you only can change the different parameters that are shown for each algorithm. It's not possible put your own code.
  • Hi, For custom ML models you can use Autonomous Database Machine Learning Models and register them on OAC: https://docs.oracle.com/en/cloud/paas/analytics-cloud/acubi/register-and-use-oracle-machine-learning-models.html#GUID-C3E0DC8C-E274-44E1-852E-FC5DAC2765E7 Regards
  • Hi, You can add forecasts using right click and add statistics, and for that forecast you can only change periods or the algorithm. But, you can add forecast using a calculation column adding the forecast function where you can specify more parameters. Example: FORECAST( revenue, (time_year, time_quarter), 'forecast',…
  • Hi Sébastien, If denodo has a JDBC you can use the generic JDBC of OAC. https://docs.oracle.com/en/cloud/paas/analytics-cloud/acsds/supported-data-sources.html https://docs.oracle.com/en/cloud/paas/analytics-cloud/acsds/connect-remote-data-using-generic-jdbc.html#GUID-93DD9541-37A8-4947-AF3E-BDF1E108A678 Regards
  • Hi, It's a free tier account. It has some service limits. For detailed information about the Always Free resources, see Details of the Always Free Resources. You can find your tenancy’s limits for Always Free resources in the Console. To check these limits: Open the navigation menu. Under Governance and Administration, go…
  • Hi, Did you follow these steps: * Create group on IDCS and assign users to that group; * Create custom application role; * Add group(step 1) to the new Application role; * Add custom application role to BIConsumer; * Check if users have the custom role assigned if not do it manually; You have an article of A-Team to…