Learning Notes: Machine Learning with Rust Linear Regression Make a CSV Reader Linear Regression with rusty_machine Polars Linear Regression with Smartcore and Polars Read the input dataset and parse into a Polars Dataframe Extract the relevant training features and target Convert features and target to smartcore DenseMatrix format Run linear regression References rust-cli-template