intel-analytics / BigDL-trainings

Training materials for BigDL
Apache License 2.0
13 stars 16 forks source link

iris_training.csv is missing #14

Open activedecay opened 5 years ago

activedecay commented 5 years ago

There is a broken link between the /notebooks/feedforward-iris-pipeline.ipynb and the code which tries to load spark.read.csv("../data/iris/iris_training.csv",

Could you kindly point me to the csv?

activedecay commented 5 years ago

Perhaps you meant to include such a file:

sepal_length,sepal_width,petal_length,petal_width,species
5.1,3.5,1.4,0.2,1.0
4.9,3.0,1.4,0.2,1.0
4.7,3.2,1.3,0.2,1.0

but then I had to convert the species from names to floating point numbers.

I'm curious what the iris_test test data should be. Does that include the species? Or, does the trained model predict the species for us somehow?

sujee commented 5 years ago

we have submitted a pull request (https://github.com/intel-analytics/BigDL-trainings/pull/11) add missing data files. Please accept

glorysdj commented 5 years ago

accepted