最高のAIプロンプトを発見する

AIプロンプトで創造性を解き放ち、究極のインスピレーションハブを体験しよう!

Data Object Conversions (JSON, XML, CSV etc.)

convert this JSON object into XML: {"Name":{"0":"John Smith","1":"Jane Doe","2":"Bob Johnson","3":"S

Programming Language Conversion

convert this code from Python to _Javascript: print("hello world")

Docstrings Generation

write a docstring description for this function: import requests def make_get_request(url): response

Code Explanation

explain this python code: from deepsparse import Pipeline

Code Generation

show me how to make an http request in Python

Explain the Model

I have trained a LightGBM model. Write a Python code to explain the output using a series of plots w

Imbalance Data

I have an imbalanced dataset with target column species. In python, how do I oversample and/or under

Hyperparameter Tuning

I have a logistic regression model, write Python code to tune hyperparameters.

Train Regression Model

You are a data scientist, write Python code for me. I have a dataset with columns [model,hp,speed].

Data Visualization

I have a dataset with 100 rows columns [id, name, grade, subject]. Create a matplotlib bar chart of

Data Exploration

I have a dataset of 100 rows and four columns:[id, name, grade, subject]. Write R code for data visu

Data Cleaning

I have a text classification dataset. Write Python code for data cleaning.

Generate Data

Generate a fake data with 100 rows and 4 columns: [id,name,grade,subject]

Calculate Runway

Write SQL to calculate my runway.

Calculate Average

Write the SQL code that works for PostgreSQL 14. I have a table with two columns [date, temp]. I wou

Translate Between DBMS

What is the equivalent of PostgreSQL's DATE_TRUNC for MySQL?

SQL Formatting

Format the following SQL code and convert all reserved keywords to uppercase. `[code-snippet]`

Optimize Code

Can you improve the time complexity of the code? `[code-snippet]`

Code Explanation

Can you explain what the code is doing? `[code- snippet]`

Unit Test

Write a unit test for train function. The test cases are: x should not be null value and y should be

AB Testing

[case-study]. Please design an A/B test for this purpose. Please include the concrete steps on which