Skip to content

Commit

Permalink
Removed duplicate line from README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
boborbt authored Jul 16, 2024
1 parent eecfca8 commit 2432470
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ y_hat = predict(result.model, X)

You can choose between three algorithms to solve the problem: `Opt`, `Alt`, and `BnB`. The `Opt` algorithm is the optimal one, but it is exponential in the number of partitions. The `Alt` algorithm is an iterative one, based on the Alternating Least Squares approach. The `BnB` algorithm is a variant of the `Opt` algorithm that is often faster in practice and still guarantees the optimal solution.


# Additional Resources

# Additional Resources

For theoretical insights into PartitionedLS, please refer to [this paper](https://arxiv.org/abs/2006.16202).
Expand Down

0 comments on commit 2432470

Please sign in to comment.