Skip to content

Commit

Permalink
Merge pull request #751 from brightics/brtc-pallette-0427
Browse files Browse the repository at this point in the history
correct the order of functions
  • Loading branch information
hyoxt121 committed Apr 27, 2020
2 parents d23a7dc + b158172 commit e23f764
Showing 1 changed file with 30 additions and 24 deletions.
Expand Up @@ -48,6 +48,10 @@
"func": "brightics.function.io$write_csv26227",
"visible": true
},
{
"func": "brightics.function.io$read_excel",
"visible": true
},
{
"func": "readFromDb",
"visible": true
Expand Down Expand Up @@ -130,12 +134,12 @@
"visible": true,
"functions": [
{
"func": "addColumnPython",
"func": "addColumnIfPython",
"visible": true
},
{
"func": "addColumnIfPython",
"visible": false
"func": "addColumnPython",
"visible": true
},
{
"func": "addFunctionColumnsPython",
Expand Down Expand Up @@ -235,23 +239,6 @@
"func": "brightics.function.extraction$string_split",
"visible": true
},

{
"func": "brightics.function.extraction$lda",
"visible": true
},
{
"func": "brightics.function.extraction$lda_model",
"visible": true
},
{
"func": "brightics.function.extraction$pca",
"visible": true
},
{
"func": "brightics.function.extraction$pca_model",
"visible": true
},
{
"func": "brightics.function.extraction$add_expression_column87276",
"visible": false
Expand Down Expand Up @@ -358,14 +345,29 @@
"visible": true
},
{
"func": "brightics.function.transform$pivot",
"func": "brightics.function.transform$pivot_twopivot",
"visible": true
},
{
"func": "brightics.function.transform$unpivot",
"visible": true
},

{
"func": "brightics.function.extraction$lda",
"visible": true
},
{
"func": "brightics.function.extraction$lda_model",
"visible": true
},
{
"func": "brightics.function.extraction$pca",
"visible": true
},
{
"func": "brightics.function.extraction$pca_model",
"visible": true
},
{
"func": "brightics.function.transform$svd88688",
"visible": true
Expand Down Expand Up @@ -572,7 +574,7 @@
"visible": true
},
{
"func": "brightics.function.classification$svm_classification_predict",
"func": "brightics.function.classification$svm_classification_predict01234",
"visible": true
},
{
Expand Down Expand Up @@ -670,6 +672,10 @@
{
"func": "brightics.function.regression$xgb_regression_predict",
"visible": true
},
{
"func": "brightics.function.regression$regression_predict23233",
"visible": true
}
]
},
Expand Down Expand Up @@ -817,7 +823,7 @@
"functions": [
{
"func": "brightics.function.textanalytics$tokenizer_kor51577",
"visible": false
"visible": true
},
{
"func": "brightics.function.textanalytics$tokenizer_eng51532",
Expand Down

0 comments on commit e23f764

Please sign in to comment.