Expanding git ignore
Opened this issue · 4 comments
Add a training data folder to the git ignore. Maybe others as well.
A better name for the folder: just plain "data", I would suggest having the following structure:
- data/training --> to hold the data required for training the networks.
- data/networks --> stores JSON and linked network that is ready to be used.
Does the ELM-specific package need to be added manually, as it is not pip-installable? If so, add it to git ignore.
Does the ELM-specific package need to be added manually, as it is not pip-installable? If so, add it to git ignore.
No need to install manually, installing "pyrcn" via pip should work.
Does the ELM-specific package need to be added manually, as it is not pip-installable? If so, add it to git ignore.
No need to install manually, installing "pyrcn" via pip should work.
Currently working on adding a new error function to ELMs, which is not supported by pyrcn. We will probably need to create and use our forked version of pyrcn.