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

Typo in the primitive keras.Sequential.LSTMTimeSeriesRegressor #176

Closed
DanielCalvoCerezo opened this issue Jun 13, 2019 · 4 comments
Closed
Assignees
Labels
approved The issue is approved and someone can start working on it bug There is an error in the code that needs to be fixed
Milestone

Comments

@DanielCalvoCerezo
Copy link
Contributor

  • MLPrimitives version:0.1.10
  • Python version:N/A
  • Operating System:N/A

Description

There is a typo in line 74 of MLPrimitives/mlprimitives/jsons/keras.Sequential.LSTMTimeSeriesRegressor.json
It says bastch_size and should say batch_size. Otherwise, the batch size of the training cannot be tuned

What I Did

Simply correct the typo and it works :)
@csala
Copy link
Contributor

csala commented Jun 17, 2019

Thanks for pointing it out @DanielCalvoCerezo !
Would you mind doing a PR with the change?

@csala csala added approved The issue is approved and someone can start working on it bug There is an error in the code that needs to be fixed labels Jun 17, 2019
@csala csala added this to the 0.1.11 milestone Jun 17, 2019
@DanielCalvoCerezo
Copy link
Contributor Author

Hi @csala
I am trying to create a new branch to add a PR with the fix but I cannot. I do not know if I need to be added to the project as collaborator or it is a matter of my setup here (our proxy is really picky)
Sorry for the trouble

@csala
Copy link
Contributor

csala commented Jun 17, 2019

Hi @DanielCalvoCerezo
You probably need to create a fork of the project under your account and then make the PR from there.

You can see the exact instructions about the development setup here: https://hdi-project.github.io/MLPrimitives/readme.html#install-for-development

You can also have a look at the contributing step-by-step guide for this scenario: https://hdi-project.github.io/MLPrimitives/community/annotations.html#modifying-an-existing-annotation
Since we have already discussed this and the issue is already assigned to you, you can jump directly to point 4 of this list.

Also, thanks for willing to contribute! :-)

@csala
Copy link
Contributor

csala commented Jun 22, 2019

Closed via #178

@csala csala closed this as completed Jun 22, 2019
@csala csala modified the milestones: 0.1.11, 0.2.0 Jul 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved The issue is approved and someone can start working on it bug There is an error in the code that needs to be fixed
Projects
None yet
Development

No branches or pull requests

2 participants