mirror of
https://github.com/sjwhitworth/golearn.git
synced 2025-04-25 13:48:49 +08:00
Example now pulls from correct filepath for dataset
This commit is contained in:
parent
947ee7214e
commit
0ae13fe821
@ -64,7 +64,7 @@ func main() {
|
||||
fmt.Println(decTree.Evaluate(testData))
|
||||
|
||||
// Load House Price Data For Regression
|
||||
regressionData, err := base.ParseCSVToInstances("../datasets/boston_house_prices.csv", false)
|
||||
regressionData, err := base.ParseCSVToInstances("../../datasets/boston_house_prices.csv", false)
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user