ED
Results
2
issues of
ED
When I ask a question of Copilot Chat: write the below as math formula ``` # Negative log-likelihood for normal distribution nll = -np.sum(-0.5*np.log(2*np.pi*sigma**2) - (y-predicted_y)**2 / (2*sigma**2)) ``` This...
feature-request
Here is a min viable example problem. ducklake is set up on mysql database. Based on OpenAI, it is related to ducklake update of stats: ``` Invalid Input Error: Attempting...
reproduced