Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork118
ML applications updates #1#116
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
52 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
d9c61b6 DataSets proto
dab1992 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
File 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
7 changes: 7 additions & 0 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
2 changes: 1 addition & 1 deletioncss/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
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); | ||
| } |
38 changes: 24 additions & 14 deletionscss/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
96 changes: 95 additions & 1 deletioncss/root.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.