Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make_prediction.sh doesn't exist #4

Open
durandsinclair opened this issue Oct 22, 2021 · 2 comments
Open

make_prediction.sh doesn't exist #4

durandsinclair opened this issue Oct 22, 2021 · 2 comments

Comments

@durandsinclair
Copy link

The book & README.md asks us to run ./make_prediction.sh but I can't find it in the repo.

There is a file called make_predict.sh but running it locally (after app.py is running in another tab) results in a long html script being printed in the terminal which includes error messages such as " <title>AttributeError: 'LeastSquaresError' object has no attribute 'get_init_raw_predictions' // Werkzeug Debugger</title> ".

Just wondering if there's a missing file that got lost along the way? Thanks!

@dagartga
Copy link

dagartga commented Dec 5, 2021

I had this same issue. I don't know what the solution is. If you figured it out, please share.

@andrzejzera
Copy link

The following set of requirements helped me solve the problem:
Flask==1.1.2
pandas==0.24.2
scikit-learn==0.20.3

make_prediction.sh must be a typo in the README, make_predict.sh is the correct file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants