manuparra / oc2dm

Open Cloud Computing Data Mining Platform
https://dicits.ugr.es/occml
MIT License
3 stars 1 forks source link

Check optional parameters in URL of the service #17

Closed manuparra closed 7 years ago

manuparra commented 7 years ago

Check:

http://....../openccml/linear_regression?weights=NULL&subset=NULL&formula=weight~group&na__action=na.exclude&dataset=/root/openccml/wrapperR/dataset.csv

Must be compatible with:

http://docker.ugr.es:8203/openccml/linear_regression?formula=weight~group&na__action=na.exclude&dataset=/root/openccml/wrapperR/dataset.csv weights=NULL&subset=NULL are optional parameters and they are not required if optional when the URL is composed

Mancuerna commented 7 years ago

Done.