Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GlobalSearchRegressionGUI [![Build Status](https://travis-ci.org/ParallelGSReg/GlobalSearchRegressionGUI.jl.svg?branch=master)](https://travis-ci.org/ParallelGSReg/GlobalSearchRegressionGUI.jl)
> GlobalSearchRegressionGUI is the graphic user interface of [GlobalSearchRegression](https://github.com/ParallelGSReg/GlobalSearchRegression.jl), an automatic model selection julia package for time series, cross-section and panel data regressions which performs all-subset regressions under an efficient parallel computing environement.
> GlobalSearchRegressionGUI is the graphic user interface of [GlobalSearchRegression](https://github.com/ParallelGSReg/GlobalSearchRegression.jl), an automatic model selection julia package for time series, cross-section and panel data regressions which performs all-subset regressions under an efficient parallel computing environment.

## Intallation
``` julia
Expand All @@ -15,7 +15,7 @@ gui()
## Build Setup

``` bash
# install depedencies
# install dependencies
npm install

# serve with hot reload at localhost:8080
Expand Down