-
Notifications
You must be signed in to change notification settings - Fork 268
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #384 from autonomio/dev
v.0.6.3 to Master
- Loading branch information
Showing
41 changed files
with
667 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,38 @@ | ||
--- | ||
name: Bug Report | ||
about: something needs fixing | ||
about: I want to report something that is broken | ||
|
||
--- | ||
|
||
Thanks so much for coming here to raise an issue. Please take a moment to 'check' the below boxes: | ||
Thank you very much for reporting a bug on Talos. Before you do, please go through the below checklist carefully and make sure to prepare your bug report in a way that facilitates effective handling of the matter. | ||
|
||
- [ ] I'm up-to-date with the latest release: | ||
|
||
pip install -U talos | ||
#### 1) Confirm the below | ||
|
||
- [ ] I've confirmed that my Keras model works outside of Talos. | ||
- [ ] My Python version is 3.5 or higher | ||
- [ ] I have searched through the issues [Issues](https://github.com/autonomio/talos/issues) for a duplicate | ||
- [ ] I've tested that my Keras model works as a stand-alone | ||
|
||
If you still have an error, please submit **complete trace** and a code with: | ||
#### 2) Include the output of: | ||
|
||
- output of shape for x and y e.g. (212,12) | ||
- Talos params dictionary | ||
- The Keras model wired for Talos | ||
- Description of extra variables in the model | ||
`talos.__version__` | ||
|
||
You can provide the code in pastebin / gist or any other format you like. | ||
#### 3) Explain clearly what you expect to happen | ||
|
||
*A description of what you tried to do and what you thought should happen.* | ||
|
||
#### 4) Explain what actually happened | ||
|
||
*A description of the issue in Talos that you had identified* | ||
|
||
#### 5) Provide a code-complete reference | ||
|
||
- [ ] My bug report includes an input model | ||
- [ ] My bug report includes a parameter dictionary | ||
- [ ] My bug report includes a `Scan()` command | ||
- [ ] My bug report question includes a link to a sample of the data | ||
|
||
NOTE: If the data is sensitive and can't be shared, [create dummy data](https://scikit-learn.org/stable/modules/classes.html#samples-generator) that mimics it. | ||
|
||
**A self-contained Jupyter Notebook, Google Colab, or similar is highly preferred and will speed up helping you with your issue.** | ||
|
||
------------------------------------------------------------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
name: Feature Request | ||
about: I want to suggest a new feature | ||
|
||
--- | ||
|
||
Thanks a lot for suggesting a feature to Talos. Please take a moment to go through the below checklist to provide context in a way that makes it easy to take your request forward. | ||
|
||
#### 1) I think Talos should add... | ||
|
||
*A description of the feature with as much detail as you believe is valuable* | ||
|
||
#### 2) Once implemented, I can see how this feature will... | ||
|
||
*Explain how researchers will benefit from having this feature in Talos** | ||
|
||
#### 3) I believe this feature is... (choose one) | ||
|
||
- [ ] ...critically important | ||
- [ ] ...must have | ||
- [ ] ...nice to have | ||
|
||
#### 4) Given the chance, I'd be happy to make a PR for this feature... | ||
|
||
- [ ] ...definitely | ||
- [ ] ...possibly | ||
- [ ] ...unlikely | ||
|
||
------------------------------------------------------------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
name: Support | ||
about: I want to ask for support | ||
|
||
--- | ||
|
||
First off, make sure to check your [support options](https://github.com/autonomio/talos#-how-to-get-support). | ||
|
||
The preferred way to resolve usage related matters is through the [docs](https://autonomio.github.io/talos/#/) which are maintained up-to-date with the latest version of Talos. | ||
|
||
If you do end up asking for support in a new issue, make sure to follow the below steps carefully. | ||
|
||
#### 1) Confirm the below | ||
|
||
- [ ] I have looked for an answer in the [Docs](https://autonomio.github.io/talos) | ||
- [ ] My Python version is 3.5 or higher | ||
- [ ] I have searched through the issues [Issues](https://github.com/autonomio/talos/issues) for a duplicate | ||
- [ ] I've tested that my Keras model works as a stand-alone | ||
|
||
#### 2) Include the output of: | ||
|
||
`talos.__version__` | ||
|
||
#### 3) Explain clearly what you are trying to achieve | ||
|
||
*A description of your specific use-case and what you hope to achieve with it* | ||
|
||
#### 4) Explain what you have already tried | ||
|
||
*An outline of the steps that you have already taken so far* | ||
|
||
#### 5) Provide a code-complete reference | ||
|
||
- [ ] My support question includes an input model | ||
- [ ] My support question includes a parameter dictionary | ||
- [ ] My support question includes a `Scan()` command | ||
- [ ] My support question includes a link to a sample of the data | ||
|
||
NOTE: If the data is sensitive and can't be shared, [create dummy data](https://scikit-learn.org/stable/modules/classes.html#samples-generator) that mimics it. | ||
|
||
**A self-contained Jupyter Notebook, Google Colab, or similar is highly preferred and will speed up helping you with your issue.** | ||
|
||
------------------------------------------------------------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
## You want to make a PR to Talos | ||
|
||
Thanks so much :) First, please take a moment to carefully check through | ||
the below items: | ||
|
||
- [ ] Changes have gone through actual use testing | ||
- [ ] [Docs](https://autonomio.github.io/talos) are updated where relevant | ||
- [ ] Code is [PEP8](https://www.python.org/dev/peps/pep-0008/) | ||
- [ ] All local tests have passed (run ./test.sh in /talos) | ||
- [ ] Travis tests have passed | ||
- [ ] Open a pull request | ||
- [ ] PR is to daily-dev branch | ||
|
||
<hr> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 +30,7 @@ talos.templates.datasets.breast_cancer() | |
- telco_churn | ||
- titanic | ||
- iris | ||
- mnist | ||
|
||
<hr> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.