Skip to content

Commit

Permalink
Merge pull request #1500 from henrykironde/update-iris
Browse files Browse the repository at this point in the history
Update the source for Iris
  • Loading branch information
ethanwhite committed Jul 16, 2020
2 parents 92e3f79 + db17dbc commit 2415f54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions scripts/iris.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"citation": "R. A. Fisher. 1936. The Use of Multiple Measurements in Taxonomic Problems. and Asuncion, A. & Newman, D.J. (2007). UCI Machine Learning Repository [http://www.ics.uci.edu/~mlearn/MLRepository.html]. Irvine, CA: University of California, School of Information and Computer Science.",
"description": "Famous dataset from R. A. Fisher. This dataset has been corrected. Information Source: Asuncion, A. & Newman, D.J. (2007). UCI Machine Learning Repository [http://www.ics.uci.edu/~mlearn/MLRepository.html]. Irvine, CA: University of California, School of Information and Computer Science.",
"homepage": "http://mlr.cs.umass.edu/ml/datasets/Iris",
"homepage": "https://archive.ics.uci.edu/ml/datasets/iris",
"keywords": [
"plants",
"literature-compilation",
Expand Down Expand Up @@ -40,11 +40,11 @@
}
]
},
"url": "http://mlr.cs.umass.edu/ml/machine-learning-databases/iris/bezdekIris.data"
"url": "https://archive.ics.uci.edu/ml/machine-learning-databases/iris/bezdekIris.data"
}
],
"retriever": "True",
"retriever_minimum_version": "2.0.dev",
"title": "Iris Plants Database",
"version": "1.2.1"
"version": "1.3.1"
}
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ great_basin_mammal_abundance.json,1.0.1
harvard_forest.json,2.0.0
home_ranges.json,1.1.2
intertidal_abund_me.py,1.5.3
iris.json,1.2.1
iris.json,1.3.1
la_selva_trees.py,1.4.2
lakecats_final_tables.json,2.0.0
leaf_herbivory.json,1.2.1
Expand Down

0 comments on commit 2415f54

Please sign in to comment.