Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork118
Release v2.1.0#119
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
Uh oh!
There was an error while loading.Please reload this page.
Merged
Release v2.1.0#119
Changes fromall commits
Commits
Show all changes
88 commits Select commitHold shift + click to select a range
82cf1e4 MenuItem added - Machine Learning group & item
2c9eea0 Machine Learning applications form added
9c91313 prevent menu appearing on empty space of block
a21e473 Update Apps > Import
f8e8d2b Add ML > DataSplit
a5d9708 ML > Model schema
6cab157 ML > Prediction schema
3d65538 Add ML Datatypes to config
2b10eca ML > evaluation schema
879b14e ML > Add data schema
2d28906 fix bug
46a4d7e fix code bug
b3a7124 Change menu group label - Application -> Data Preprocessing
47f31c1 ML > Data Split update, Add VarSelector2 Test version
7914fd6 ML > data split
74783a8 Model creation with various algorithms
af70b52 bug fix
7db86e4 Fix ML
a6e994c fix bug
ea9bbf9 Change labels
92e5541 Add alert modal to update version (daily check)
3f3dbb2 VarSelector renewal
29a3a1c Add userCommand for pre-defined functions
c0dddfc ML page prototype
cb33cfe small design changes
llbtld9c61b6 DataSets proto
6dc4bd9 Merge pull request #115 from llbtl/devops
minjk-bldab1992 MenuItem added - Machine Learning group & item
5921033 Machine Learning applications form added
4a367af prevent menu appearing on empty space of block
7c7663e Update Apps > Import
e241f99 Add ML > DataSplit
caa0df2 ML > Model schema
8e53816 ML > Prediction schema
2cb4f93 Add ML Datatypes to config
0a591b8 ML > evaluation schema
39d5539 ML > Add data schema
426f7d8 fix bug
eba7fb1 fix code bug
ee9be47 Change menu group label - Application -> Data Preprocessing
7da7645 ML > Data Split update, Add VarSelector2 Test version
fa28916 ML > data split
1e8b723 Model creation with various algorithms
993b830 bug fix
079c50f Fix ML
6ffcde6 fix bug
0c814ac Change labels
9191012 Add alert modal to update version (daily check)
680e389 VarSelector renewal
54c71ef Add userCommand for pre-defined functions
73cb716 ML page prototype
f621b35 DataSets proto
a7d49b1 DataSets proto
8380d0c merge
a1b497f Merge pull request #116 from minjk-bl/devops
minjk-bl5777932 Add files via upload
visualpython198bf02 Add ML > DataSets
3a81ca8 Set default title for Hide VP Note
cff4cbe Fix AutoML
611e1aa Add auto-sklearn to AutoML
38c8edd Add ML apps icon & color
151143f Fix DataSets code to create DataFrame
769ed3f Add some models
2caaf0e Fix ModelSelection page using ModelEditor
7420776 Fix Model editor #1
f2f55b6 Add ML > DataSets
02c2e27 Set default title for Hide VP Note
8396180 Fix AutoML
f058b29 Add auto-sklearn to AutoML
34ee496 Add ML apps icon & color
d77e645 Fix DataSets code to create DataFrame
4cbb72e Add some models
830484e Fix ModelSelection page using ModelEditor
3c5b2a2 Fix Model editor #1
54f862d Fix ML apps - add more options, fix load/save
a61ec2e merge conflicts
2e369e7 merge conflict
12755c6 Fix Model options
bb53651 style fix
94baf25 fix small bugs
7dd7679 ML - option pages' label fixed (no underbar and add upper case
beae73d Confirm to save changes before clear note
2bd8b01 Add function able to insert multiple code cells - for ML evaluation
43fed25 small changes
d6e3c8c Merge pull request #117 from minjk-bl/devops
minjk-bl540db83 Fix datasets bug - linnerud has multiple targets
cfefbce Merge pull request #118 from minjk-bl/devops
minjk-bl8656de2 deploy visualpython 2.1.0
blacklogicdevFile 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
15 changes: 13 additions & 2 deletionscss/boardFrame.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
10 changes: 7 additions & 3 deletionscss/component/instanceEditor.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
46 changes: 28 additions & 18 deletionscss/fileNavigation.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
1 change: 1 addition & 0 deletionscss/m_apps/chart.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
2 changes: 1 addition & 1 deletioncss/m_apps/groupby.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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -32,7 +32,7 @@ | ||
| overflow: auto; | ||
| } | ||
| .vp-gb-adv-item { | ||
| margin-bottom:10px; | ||
| } | ||
| .vp-gb-adv-method-box { | ||
| position: relative; | ||
10 changes: 10 additions & 0 deletionscss/m_apps/import.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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| .vp-tab-button { | ||
| display: inline-block; | ||
| border: 0.24px solid var(--border-gray-color); | ||
| padding: 5px; | ||
| cursor: pointer; | ||
| } | ||
| .vp-tab-button.vp-tab-selected { | ||
| color: var(--highlight-color); | ||
| border-bottom: 2px solid var(--highlight-color); | ||
| } |
6 changes: 3 additions & 3 deletionscss/m_apps/pdf.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
1 change: 1 addition & 0 deletionscss/m_apps/subset.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
9 changes: 9 additions & 0 deletionscss/menuFrame.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
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.