mirror of
https://github.com/sjwhitworth/golearn.git
synced 2025-04-28 13:48:56 +08:00
Fix typo in hello world example
This commit is contained in:
parent
00d4cfd91a
commit
d0cad661f0
@ -40,7 +40,7 @@ func main() {
|
|||||||
// Load in a dataset, with headers. Header attributes will be stored.
|
// Load in a dataset, with headers. Header attributes will be stored.
|
||||||
// Think of instances as a Data Frame structure in R or Pandas.
|
// Think of instances as a Data Frame structure in R or Pandas.
|
||||||
// You can also create instances from scratch.
|
// You can also create instances from scratch.
|
||||||
rawData, err := base.ParseCSVToInstances("datasets/iris.csv", false)
|
rawData, err := base.ParseCSVToInstances("datasets/iris.csv", true)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user