Spaces:
Build error
Build error
File size: 159 Bytes
554811e | 1 2 3 4 5 6 7 8 9 10 11 | package wrangle
import (
"github.com/go-gota/gota/dataframe"
)
func TrainTestSplit(df *dataframe.DataFrame, test float64) *dataframe.DataFrame {
return
}
|