jeff1evesque / machine-learning

Web-interface + rest API for classification and regression (https://jeff1evesque.github.io/machine-learning.docs)
Other
258 stars 85 forks source link

Create feature extractor component #3244

Open jeff1evesque opened 6 years ago

jeff1evesque commented 6 years ago

We need to create a reactjs component, which will extract all independent variables from a selected dataset. For example, given the below excel implementation, we'll be able to extract the Gender, Age, pclass, and all other independent variables:

logit

This component, will likely pass the references, to another component, allowing users to choose specific independent variables, to perform the corresponding (logit, probit) analysis.