You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi i downloaded the 2 folders that you have given, i have placed in root folder of the repo and for running the repo,
I gave python regressionmodels.py input output, here what are the input and output directories?
when i downloaded in 1 folder i got all csv files and other folder with images, shd i mention those csv files folder as my input folder if so what shd i mention for output folder, it is asking there is no output/source.pickle file?
File "scripts/Algorithms/regression_models.py", line 81, in main with open(os.path.join(output_dir, 'scores.pickle'), 'wb') as handle: FileNotFoundError: [Errno 2] No such file or directory: 'output/scores.pickle
please help and there are so so many files and folder, where to start from, dont have clear idea and
sklearn is updated a lot, please check that also.
The text was updated successfully, but these errors were encountered:
Hi i downloaded the 2 folders that you have given, i have placed in root folder of the repo and for running the repo,
I gave python regressionmodels.py input output, here what are the input and output directories?
when i downloaded in 1 folder i got all csv files and other folder with images, shd i mention those csv files folder as my input folder if so what shd i mention for output folder, it is asking there is no output/source.pickle file?
File "scripts/Algorithms/regression_models.py", line 81, in main with open(os.path.join(output_dir, 'scores.pickle'), 'wb') as handle: FileNotFoundError: [Errno 2] No such file or directory: 'output/scores.pickle
please help and there are so so many files and folder, where to start from, dont have clear idea and
sklearn is updated a lot, please check that also.
The text was updated successfully, but these errors were encountered: