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

To do list #1

Open
11 tasks done
samorso opened this issue May 27, 2020 · 2 comments
Open
11 tasks done

To do list #1

samorso opened this issue May 27, 2020 · 2 comments
Assignees
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request

Comments

@samorso
Copy link
Collaborator

samorso commented May 27, 2020

  • Write a comprehensive vignette (RMarkdown). I propose to use the mlbench::BreastCancer dataset (check file test_package2.R). We should run with all propose methods. @CaesarXVII
  • To fix, learner = "logistic" as it is not defined. @gaetanbakalli
  • Give comprehensive explanation in the README.md file. @CaesarXVII
  • Complete the DESCRIPTION file @samorso
  • Complete the function description. @samorso
  • Complete seer_valid() function @gaetanbakalli [Update 3 June 2020] I removed this function and will replace it by a predict() function. @samorso
  • Need to fix closing unused connection 4 (<-localhost:11295) bug related to parallelisation. @samorso [Update 3 June 2020] We leave issues related to parallelisation for the moment.
  • To fix, learner = svmRadial returns an error (try test_package2.R) @gaetanbakalli
  • To fix, learner = lasso returns an error (try test_package2.R) @CaesarXVII
  • For the moment q0 is the responsibility of the user, it would need some constraints. @samorso [update 3 June 2020] After discussing with @CaesarXVII, we decided to fix a rule to m (the number of learners for one attribute) instead, to be closer to the NIPS article.
  • Improve programing style (more elegant).@samorso
@samorso samorso added bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request labels May 27, 2020
@samorso
Copy link
Collaborator Author

samorso commented Jun 3, 2020

Hey guys, here's the new to do list ;-)

@samorso
Copy link
Collaborator Author

samorso commented Jun 8, 2020

For the future, we could imagine add y_testand x_test immediately in swag to avoid computing training again the learners as it is now in predict.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants