strath-ace/smart-ml

Bootstrap issue and requirements

yani-rl-ai opened this issue · 4 comments

Hey @lisariccardi. i am interested in your project. i tried to guess some requirement to run your project, i installed numpy, scipy and tensorflow in python 3, but i got an error regarding the bootstrap. i tried to install bootsrap but the error did not change.

Please kindly inform me the detail, what kind of environment i have to prepare to try your code?

Dear @ROSNovice the module is called ‘bootstrapped’ on pypi: https://pypi.org/project/bootstrapped/ and can be installed using pip with ‘pip install bootstrapped’. @CallumJWilson can provide you with further guidance on the environment if needed!

Hi @lisariccardi, thanks for your reply. i have already installed the bootstrapped. i run your code without using Jupyter notebook with some modification for run locally in my machine. I also use anaconda to set the virtual environment and install all the python modules there. please provide me the detailed requirements to run your code. @CallumJWilson

Hi @ROSNovice, thanks for your interest in running this project and raising the requirements issue. I will add requirements to the repository soon but for now I have attached them here as well as an anaconda environment saved to a text file.

If you are running the code as-is from the jupyter notebook, you may have an issue with using tqdm.notebook which requires ipywidgets. If that is the case, you can run from tqdm import ... instead.

Hope this helps!
eqlm-env.txt
requirements.txt

hey @CallumJWilson thanks for the reply. i will try and let you know later.

many thanks