Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork118
Help button complete !!!#187
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
7 commits Select commitHold shift + click to select a range
89e2c35 Update README.md
visualpython71ccbe3 Update README.md
visualpythonf8999ad ➕[Feat] Added help codes
gani0325f0c5cb1 ➕[Feat] Added help codes
gani0325ec271ad ➕[Feat] Alter help codes
gani0325207c863 ➕[Feat] Help botton completes!
gani0325c23a56d ➕[Feat] Help button complete !!!
gani0325File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
1 change: 1 addition & 0 deletions.github/FUNDING.yml
This file contains hidden or 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 @@ | ||
| github: visualpython |
16 changes: 16 additions & 0 deletions.github/ISSUE_TEMPLATE/content-contribution.md
This file contains hidden or 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,16 @@ | ||
| --- | ||
| name:Content contribution | ||
| about:Share contents to encourage using visualpython (e.g. gitbook, Youtube, blog, | ||
| ...) | ||
| title:'' | ||
| labels:documentation | ||
| assignees:'' | ||
| --- | ||
| **Share created contents** | ||
| Write and share your contents to encourage using visualpython. | ||
| Use external links to share your contents. | ||
| **Need help** | ||
| If you need help for creating contents, you can request other contributors to join. |
18 changes: 18 additions & 0 deletions.github/ISSUE_TEMPLATE/design-fix.md
This file contains hidden or 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,18 @@ | ||
| --- | ||
| name:Design fix | ||
| about:Suggest an idea for design and ui | ||
| title:'' | ||
| labels:design fix | ||
| assignees:'' | ||
| --- | ||
| **Is your suggestion related to a problem? Please describe.** | ||
| A clear and concise description of what the problem is. Ex. I'm always frustrated when[...] | ||
| **Describe the design/style you'd like** | ||
| A clear and concise description of what you want to happen. | ||
| Design images needed to clearly understand | ||
| **Additional context** | ||
| Add any other context or screenshots about the design suggestion here. |
6 changes: 6 additions & 0 deletions.ipynb_checkpoints/Untitled-checkpoint.ipynb
This file contains hidden or 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,6 @@ | ||
| { | ||
| "cells": [], | ||
| "metadata": {}, | ||
| "nbformat":4, | ||
| "nbformat_minor":5 | ||
| } |
32 changes: 32 additions & 0 deletionsUntitled.ipynb
This file contains hidden or 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,32 @@ | ||
| { | ||
| "cells": [ | ||
| { | ||
| "cell_type": "code", | ||
| "execution_count": null, | ||
| "id": "0da90d57", | ||
| "metadata": {}, | ||
| "outputs": [], | ||
| "source": [] | ||
| } | ||
| ], | ||
| "metadata": { | ||
| "kernelspec": { | ||
| "display_name": "Python 3 (ipykernel)", | ||
| "language": "python", | ||
| "name": "python3" | ||
| }, | ||
| "vp": { | ||
| "vp_config_version": "1.0.0", | ||
| "vp_menu_width": 273, | ||
| "vp_note_display": false, | ||
| "vp_note_width": 0, | ||
| "vp_position": { | ||
| "width": 278 | ||
| }, | ||
| "vp_section_display": true, | ||
| "vp_signature": "VisualPython" | ||
| } | ||
| }, | ||
| "nbformat": 4, | ||
| "nbformat_minor": 5 | ||
| } |
12 changes: 11 additions & 1 deletioncss/component/popupComponent.css
This file contains hidden or 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
7 changes: 7 additions & 0 deletionsdata/help_data.json
This file contains hidden or 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,7 @@ | ||
| { | ||
| "Import" : "this is import help", | ||
| "File" : "this is file help", | ||
| "Bind" : "this is bind help", | ||
| "try" : "this is try help", | ||
| "Subset" : "this is subset help" | ||
| } |
14 changes: 14 additions & 0 deletionsdata/libraries.json
This file contains hidden or 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
Binary file addedhtml/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
Binary file addedhtml/__pycache__/__init__.cpython-39.pyc
Binary file not shown.
13 changes: 12 additions & 1 deletionhtml/component/popupComponent.html
This file contains hidden or 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
67 changes: 67 additions & 0 deletionshtml/m_ml/OrderInfo.html
This file contains hidden or 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,67 @@ | ||
| <body> | ||
| <div class="vp-grid-box"> | ||
| <div class="vp-grid-border-box"> | ||
| <div class="vp-grid-col-95"> | ||
| <label for="modelType" class="vp-orange-text">Model Type</label> | ||
| <select id="modelType" class="vp-select vp-state"> | ||
| <option value="rgs">Regression</option> | ||
| <option value="clf">Classfication</option> | ||
| <option value="cls">Clustering</option> | ||
| </select> | ||
| </div> | ||
| <div class="vp-grid-col-95 vp-upper-box rgs clf"> | ||
| <label for="targetData" class="vp-orange-text">Target Data</label> | ||
| <input type="text" class="vp-input vp-state" id="targetData" placeholder="Input target data" value="y_test"/> | ||
| </div> | ||
| <div class="vp-grid-col-95 vp-upper-box rgs clf"> | ||
| <label for="predictData" class="vp-orange-text">Predict Data</label> | ||
| <input type="text" class="vp-input vp-state" id="predictData" placeholder="Input predict data" value="pred"/> | ||
| </div> | ||
| <div class="vp-grid-col-95 vp-upper-box cls"> | ||
| <label for="clusteredIndex" class="vp-orange-text">Clustered Index</label> | ||
| <input type="text" class="vp-input vp-state" id="clusteredIndex" placeholder="Input predict data" value="clusters"/> | ||
| </div> | ||
| </div> | ||
| <div class="vp-grid-border-box"> | ||
| <label for="featureData">Evaluation Metrics</label> | ||
| <div class="vp-grid-box vp-eval-box vp-eval-rgs"> | ||
| <label><input type="checkbox" id="r_squared" class="vp-state" checked><span>R squared</span></label> | ||
| <label><input type="checkbox" id="mae" class="vp-state"><span>Mean Absolute Error</span></label> | ||
| <label><input type="checkbox" id="mape" class="vp-state"><span>Mean Absolute Percentage Error</span></label> | ||
| <label><input type="checkbox" id="rmse" class="vp-state" checked><span>Root Mean Squared Error</span></label> | ||
| <label><input type="checkbox" id="scatter_plot" class="vp-state"><span>Scatter plot</span></label> | ||
| </div> | ||
| <div class="vp-grid-box vp-eval-box vp-eval-clf"> | ||
| <label><input type="checkbox" id="confusion_matrix" class="vp-state" checked><span>Confusion Matrix</span></label> | ||
| <label><input type="checkbox" id="report" class="vp-state" checked><span>Report (Accuracy/Precision/Recall/F1-score)</span></label> | ||
| <label class="vp-gray-text vp-italic">* You can select individually</span></label> | ||
| <label><input type="checkbox" id="accuracy" class="vp-state"><span>Accuracy</span></label> | ||
| <label><input type="checkbox" id="precision" class="vp-state"><span>Precision</span></label> | ||
| <label><input type="checkbox" id="recall" class="vp-state"><span>Recall</span></label> | ||
| <label><input type="checkbox" id="f1_score" class="vp-state"><span>F1-scorev</label> | ||
| <!-- <hr style="margin: 5px;"/> --> | ||
| <!-- <label><input type="checkbox" id="roc_curve" class="vp-eval-check vp-state" data-type="roc-auc"><span>ROC Curve</span></label> | ||
| <label><input type="checkbox" id="auc" class="vp-eval-check vp-state" data-type="roc-auc"><span>AUC</span></label> --> | ||
| <!-- <div class="vp-grid-col-95"> | ||
| <label for="model" class="vp-orange-text">Model</label> | ||
| <select id="model" class="vp-select vp-state vp-ev-model roc-auc"> | ||
| </select> | ||
| </div> --> | ||
| </div> | ||
| <div class="vp-grid-box vp-eval-box vp-eval-cls"> | ||
| <label><input type="checkbox" id="silhouetteScore" class="vp-eval-check vp-state" data-type="silhouette" checked><span>Silhouette score</span></label> | ||
| <div class="vp-grid-col-95"> | ||
| <label for="featureData2" class="vp-orange-text">Feature Data</label> | ||
| <input type="text" class="vp-input vp-state vp-ev-model silhouette" id="featureData2" placeholder="Input feature data" value="X"/> | ||
| </div> | ||
| <hr style="margin: 5px;"/> | ||
| <label><input type="checkbox" id="ari" class="vp-eval-check vp-state" data-type="ari-nmi"><span>ARI (Adjusted Random Score)</span></label> | ||
| <label><input type="checkbox" id="nmi" class="vp-eval-check vp-state" data-type="ari-nmi"><span>NMI (Normalized Mutual Information)</span></label> | ||
| <div class="vp-grid-col-95"> | ||
| <label for="targetData2" class="vp-orange-text">Target Data</label> | ||
| <input type="text" class="vp-input vp-state vp-ev-model ari-nmi" id="targetData2" placeholder="Input target data" value="y"/> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </body> |
46 changes: 46 additions & 0 deletionsjs/board/HelpView.js
This file contains hidden or 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,46 @@ | ||
| /* | ||
| * Project Name : Visual Python | ||
| * Description : GUI-based Python code generator | ||
| * File Name : HelpView.js | ||
| * Author : Black Logic | ||
| * Note : Render Help view | ||
| * License : GNU GPLv3 with Visual Python special exception | ||
| * Date : 2021. 09. 13 | ||
| * Change Date : | ||
| */ | ||
| //============================================================================ | ||
| // [CLASS] HelpView | ||
| //============================================================================ | ||
| define([ | ||
| '../com/component/PopupComponent' | ||
| ], function(PopupComponent) { | ||
| 'use strict'; | ||
| /** | ||
| * @class HelpView | ||
| * @constructor | ||
| */ | ||
| class HelpView extends PopupComponent { | ||
| _init() { | ||
| super._init(); | ||
| this.config.footer = false; | ||
| this.config.sizeLevel = 1; | ||
| this.state = { | ||
| helpview: '', | ||
| ...this.state | ||
| } | ||
| this._addCodemirror('helpview', this.wrapSelector('#helpview'), "readonly"); | ||
| } | ||
| templateForBody() { | ||
| return `<textarea id="helpview">${this.state.helpview}</textarea>`; | ||
| } | ||
| } | ||
| return HelpView; | ||
| }); |
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.