Code assistant
In this section, I want to develop an assistant that is tailored toward data science projects. More specifically, I want my assistant to be able to:
- Provide clear guidance on how to set up a data science experiment, given the user’s task.
- Generate the Python code needed to run the experiment.
- Leverage Code Interpreter’s capabilities to run and check the code.
- Push the final code to the GitHub repository.
Note
When it comes to code generation, custom GPTs can offer significant advantages over general-purpose ChatGPT. By incorporating domain-specific knowledge and tailored instructions, custom GPTs can produce code that is more accurate, efficient, and aligned with specific requirements. This customization allows the model to understand and adhere to coding standards, frameworks, or libraries pertinent to a given project, reducing the likelihood of errors and the need for extensive revisions. Plus, thanks...