Machine Learning in Elixir: Error in Chapter 1, first code snippet of "Preparing the Data for Training" (page 13)

Nice catch! This is the same as: Machine Learning in Elixir: Mutate not working, missing pin ^ (Iris example, Chapter 1)

You can use cols with the pin operator, e.g. across(^cols)

1 Like