Skip to content

Commit

Permalink
resolve merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
ayaankhan98 committed Nov 30, 2020
1 parent de99092 commit 8a738b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machine_learning/ordinary_least_squares_regressor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ int main() {
std::vector<float> Y(N);

std::cout
<< "Enter training data. Per sample, provide features and one output."
<< "Enter training data. Per sample, provide features ad one output."
<< std::endl;

for (size_t rows = 0; rows < N; rows++) {
Expand Down

0 comments on commit 8a738b0

Please sign in to comment.