Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

iris_training.csv is missing #14

Open
activedecay opened this issue Jan 22, 2019 · 3 comments
Open

iris_training.csv is missing #14

activedecay opened this issue Jan 22, 2019 · 3 comments

Comments

@activedecay
Copy link

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
Copy link
Author

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
Copy link
Contributor

sujee commented Feb 13, 2019

we have submitted a pull request (#11) add missing data files.
Please accept

@glorysdj
Copy link
Contributor

accepted

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants