Followups to #66
See original GitHub issuePossible followups from discussion in #66
- Adding regex and/or globbing based parameter routing using a
__params_group
suffix. - Catching user errors when users compile their own models (https://github.com/adriangb/scikeras/pull/66#discussion_r492362306, done in #86)
- More user-friendly warnings when parameters are passed to an item that is not a class (https://github.com/adriangb/scikeras/pull/66#discussion_r492936838)
- A bidirectional mapping between shorthand names for losses/metrics/optimizers and their functions/classes (https://github.com/adriangb/scikeras/pull/66#discussion_r492863842) Unidirectional mapping implemented in #88.
- Consider making utilities public and refactor testing to remove tests for private functions.
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (6 by maintainers)
Top Results From Across the Web
Two-year randomized controlled trial and follow-up ... - PubMed
Two-year randomized controlled trial and follow-up of dialectical behavior therapy vs therapy by experts for suicidal behaviors and borderline personality ...
Read more >Recidivism of Prisoners Released in 24 States in 2008
This is BJS's first recidivism study with a 10-year follow-up period. Highlights. About 66% of prisoners released across 24 states in 2008 ...
Read more >Create followup intent #66 - googleapis/python-dialogflow
Hi, can any one tell how to create followup intent of an intent? I have created a welcome-intent and I want to create...
Read more >Come Follow Up - BYUtv
Isaiah 58–66 Ben meets with James and Jared to discuss Christ's reign on the Earth during the millennium. Ben meets with James and...
Read more >200+ Sales Statistics [Cold Calling, Follow-up, Closing Rates]
Social sellers hit their quotas 66% more often than those who don't use social media. (Sales Benchmark Index); 54% of salespeople can track ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Can you add making “Make some utilities public, and remove tests of private functions”?
The main issue left here is the globbing/regex based parameter routing. I opened #118 to track that on a clean slate. I’m going to close this issue in favor of that one.