Machine-Learning-Foundations / exercise_02_algebra

Exercise on basics of algebra, curve fitting and singular value decomposition.
0 stars 3 forks source link

Too many values #8

Open NiklasKerkfeld opened 2 months ago

NiklasKerkfeld commented 2 months ago

At the Fitting a higher order Polynomial exercise the A matrix gets to big. In the solution this is avoided by only taking values from a specific hour of the day. Maybe we should take this part into the template to avoid confusion.

    if hour == " 04" or hour == " 05":
        keep_indices.append(idx)
s6palion commented 1 week ago

Added it, see pull request