Skip to content

DevelopmentDigitalTwin/public-user

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 

Repository files navigation

Visual Machine Learning Modeling Project (MVP)

This project solves your ML model building problems efficiently!

Infrastructure Page

Getting Started

  1. type url:

    http://74.248.112.32:9165/

  2. Register:

    Register Page

  3. Login

    Login Page

Upload Training Data

MVP Limitation:
     - just could use CSV files as datasource
  1. Upload training CSV files:
MVP Limitation:
     - just could upload atmost 10MB CSV files

Upload File Page

  1. Make training datasets:

    Dataset Page

Build and run ML Models:

  1. Make modeling pipeline:
MVP Limitation:
  - all inputs and output columns must be numerical
  - one transformer and one model must be added to pipeline
  - just could use imputation (dropna) as transformer
  - just could use linear regression (xgboost) as model
  - other modeling settins such as column types, scaling methods, evaluation metrics and tuning parameters are set by defaut values

Model Pipeline Page

  1. upload prediction csv file:
MVP Limitation:
     - just could upload atmost 10MB CSV files

Upload File Page

  1. create prediction dataset

    Dataset Page

  2. wait for training model be completed

    Model Pipeline Status

  3. map training model with prediction dataset

    Model Schedule Page

Visualize predicted data

  1. download predicted values
MVP Limitation:
     - just could add (download) predicted values as CSV file to datasources

Add New File

  1. Make new dataset using prediction and predicted files:

    Dataset Page

  2. Make dashboard using new dataset:

make Graph:

Dashboard Page

make Dashboard:

Dashboard Page

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published