Git Product home page Git Product logo

studio's People

Contributors

azure-pipelines[bot] avatar biue8765 avatar dependabot[bot] avatar gyu77hs avatar hyoxt121 avatar ihk6262 avatar iisejin avatar janrenz avatar jen-choi avatar jinhwanhan avatar jisujeong avatar jy55266 avatar krazyeom avatar ksshiny avatar minji338 avatar ng1123 avatar nohkwangsun avatar parkjh80 avatar power4454 avatar ragrangzi avatar seungrojoo avatar shovsj avatar sukhoonjung avatar supreme0327 avatar taeyeopkim1 avatar teemo75 avatar vocatan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

studio's Issues

add 8 functions

add two functions: two sample t test for stacked data, f test for stacked data

분석모델 평가

1개 이상의 모델을 동시에 평가하는 기능이 있나요?

Evaluate를 사용하면 1개 모델 평가만 나와서요.
Evaluate에 1개 이상의 모델을 연결하여 동시 평가할 수 있는 방법이 있는지
알려주세요

decision tree classification error

The following error occurs when Decision Tree Classification Train is run with string type label column.

TypeError: ufunc 'isnan' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe''

Launch fully portable version

We'd better to prepare fully portable version because some people suffer from installation at first.
Current status.
Windows -> ready, conda does not support this type.
Linux,mac -> under construction with conda

데이타 크기에 한계가 있나요?

Column : 4,999개, Row : 4,459를
CSV에서 가져오는데 Load시간을 30초이내였는 데
Table로 view하는 데 3분이상소요되면 화면도 거의 움직이지 않아요.

several change in dev branch

I refactored several components:

  1. about report:
  • change a module name from common.report module to common.repr
  • change a class name from ReportBuilder to BrtcReprBuilder.
  • In a result dictionary, the key used to show view changes from 'report' to 'repr_brtc'.
  1. about meta:
  • I copied json to meta directory for each modules. One can make proper error message using this.
  1. add sql executor draft.

Update README.md

It was combined shell and binary file for self extracting. It is needed to update readme file for installation.

Recommandation , Time Series and Text Analysis 기능이 보이지 않아요.

Brightics Studio를 설치후 기능을 확인하고 있는 데
파레트 창에는 Recommandation, Time Series and Text Analysis가
보이지 않고 있습니다.

설치가 잘못된 건가요? 아니면 아직 Open이 되지 않은 건지.

아직 Open이 되지 않았다면 언제 되는지 알려주세요.

감사합니다.

add 5 functions

Binarizer
Capitalize Variable
Naive Bayes Train / Predict
Paired T Test

Changes in the names of functions

svc_train => svm_classification_train
svc_predict => svm_classification_predict
pca_with_model => pca_model
scale_with_model => scale_model
label_encode => label_encoder
label_encode_with_model => label_encoder_model
one_hot_encode => one_hot_encoder
one_hot_encode_with_mode => one_hot_encoder_model
concatenate => bind_row_column
melt => unpivot
pivot_table => pivot
train_test_split => split_data

Compability with Java 9

When tring to run this on OS X with Java 9 installed, i first had to remove a log option in start_server.sh that is not supported in Java 9 anymore.
After that springs boots up, but i receive the following error:

03:30:51.907 ERROR [] Application startup failed - MDC:[] CLASS:[SpringApplication]
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'springSecurityFilterChain' defined in class path resource 

Sadly my Java knowledge is not so good, would love a few more infos on the setup required ...

Problem with current master on OSX

What i have done:
used maven to build..
then startup via script...

server is not booting, error message in server log:

19:10:31.723 ERROR [] Application run failed - MDC:[] CLASS:[SpringApplication]
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jobModelExecuteService' defined in file [/Users/janrenz/code/studio/build/target/dist/brightics-studio/brightics-server/BOOT-INF/classes/com/samsung/sds/brightics/server/common/thread/concurrent/JobModelExecuteService.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.samsung.sds.brightics.server.common.thread.concurrent.JobModelExecuteService]: Constructor threw exception; nested exception is java.lang.Error: Unresolved compilation problems: 
	The method getMaxConcurrentJobs() is undefined for the type BrighticsAgent
	The method getJid() is undefined for the type JobParam
	The method getUser() is undefined for the type BrtcJobStatus
	The method getAgentId() is undefined for the type BrtcJobStatus
	The method getJobId() is undefined for the type BrtcJobStatus
	The method setErrorInfo(List<ExceptionInfoVO>) is undefined for the type JobStatusVO
	The method setStatus(String) is undefined for the type JobStatusVO
	The method setErrorMessage(String) is undefined for the type JobStatusVO

Graphviz Error

If Graphviz is not installed, the function will be stopped and shows error as shown as below.

image

설치가 안되요...

image

위에 메세지가 나오고 설치가 안되는데 어떻게 해야되나요?ㅠㅠ

Studio install Guide 요청

Studio install Guide을 찾을 수 없네요.

어디에 있는지, 혹시 없으면 언제 받을 수 있나요?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.