Sindre Eik de Lange
Sindre Eik de Lange
Hi @hrzn, and thank you for the response! I have tried to normalize the dependent variable now: 'num_sold' using scipy.stats' boxcox, but I still get the same result: the same...
Essentially, I am looking for some documentation/examples for dealing with use cases often seen on Kaggle competitions: Here is a data set with x columns, predict a value for column...
@KeshavSingh29 Could you elaborate on the fix on this issue? How did you update the prompt?
Getting the same error message
Yes, I'm seeing this error message when running "azd up" ``` Ensuring search index gptkbindex exists Traceback (most recent call last): File "/home/sindre/projects/openai/./scripts/prepdocs.py", line 208, in create_search_index() File "/home/sindre/projects/openai/./scripts/prepdocs.py", line...
@swarchitex , @mihaimunteanu28 , could you please provide me with an example of how you set the --searchkey and --storagekey to the environment variables, and hardcode it in the ps1...
I got it working now thanks to @swarchitex example. I'll try to be a bit more specific if anybody runs into the same confusion as myself: - Follow the instructions...
I fixed this by updating the constants.py file: ``` import os from dotenv import load_dotenv from chromadb.config import Settings load_dotenv() current_dir = os.getcwd() ROOT_DIRECTORY = os.path.dirname(os.path.realpath(current_dir)) # Define the folder...