Importing Packages for Task Creation

Are any specific packages or modules that need to be imported while creating a task in AI Workbench?

Hello @archanask, regarding your question about an external package, whether you need to request our internal team to install it or not depends on the requirements of the task you are creating. If your task requires the use of an external package, then you will need to request our internal team to install it. However, if your task does not require any external packages, you can simply use your usual imports such as task and TaskLibrary to create your function as a task, and other dependencies like pandas, numpy, and so on can be accessed through the library.

4 Likes