carpentries-incubator / ml4bio-workshop

Materials for a workshop introducing machine learning to biologists
https://carpentries-incubator.github.io/ml4bio-workshop/
Other
21 stars 9 forks source link

Move file for logisitic regression example #100

Open agitter opened 4 years ago

agitter commented 4 years ago

1041392bd57e1e1dc0ce4aab699d975f9812b8d2 added an interactive logistic regression demo. We need to move the .js and .css files into the respective assets subdirectories, the data into the data subdirectory, and the HTML into the lesson. We'll need to update relative file paths after moving files.

agitter commented 4 years ago

a8ad8e00c91eafc1c357f287611d2daaa340fa13 5180d4845e2146f713321e8f530a9ae9f1af0770 0f04fcd2df04af2b6f5aa89518d45fac40d25961 and f398327e8fe640301f6e1501ea972b8c360cd636 are initial steps toward moving these files.

agitter commented 4 years ago

The interactive demo works, but I had to hard code file paths. I need to revert 5101fcc8be0db995ddf800b6ec09315638888524 and fix the relative paths.