Plume ROBERTS

Results 9 issues of Plume ROBERTS

* Day: 02 * Exercise: 01 ```py obj = what_are_the_vars(42, "Yes", a=10, var_2="world") ``` outputs ``` a: 10 var_0: 12 var_1: Yes var_2: world end ``` but `var_0` should be...

fixme

* Day: 00 * Exercise: 04 The subjects gives the following: ``` >>> text_analyzer() What is the text to analyze? >> Hello World! The text contains 8 character(s): - 2...

fixme

* Day: 09 * Exercise: 03 (closed) The `reg_log_loss_` function should have an epsilon as it's parameter ## Fixed on: - [ ] Github - [ ] Gitlab

fixme

* Day: 08 * Exercise: 04 The loss_ function should be taking y and y_hat, but the example uses X, Y **Screenshots** ![image](https://user-images.githubusercontent.com/38692785/207873106-e1f21943-5116-43df-a271-66e946b520f8.png) ## Fixed on: - [ ] Github...

fixme

* Day: 07/02 * Exercise: Multipe `predict_(X, [...])` instead of `predict_(x, [...])` ## Fixed on: - [ ] Github - [ ] Gitlab

fixme

* Day: 02/07 * Exercise: 02(closed)/03(normal) ![image](https://user-images.githubusercontent.com/38692785/207559495-da5d5d44-6dac-4288-8222-4fe2823e451e.png) thetas are incorrect They should be `theta1 = np.array([0.0,3,0.5,-6]).reshape((-1, 1))` and `theta2 = np.array([0.0,0,0,0]).reshape((-1, 1))` ## Fixed on: - [ ] Github -...

fixme

* Day: 01 * Exercise: 01 The example uses default thetas of `1` instead of `1.0` stopping the training for happening, the cast not working ![image](https://user-images.githubusercontent.com/38692785/207363865-649f0a60-4e61-44b4-82dc-0388650b8fca.png) ## Fixed on: -...

fixme

* Day: 01 * Exercise: 00 Subject function name and example don't match ![image](https://user-images.githubusercontent.com/38692785/207282975-b96ba820-67ca-4de3-bb2d-40a01e174fb9.png) function is named `simple_gradient` but is called as `gradient` ## Fixed on: - [ ] Github...

fixme

The pipelines builds the files but won't push them. This is a minor fix, juste to make it more convenient.

bug
fixme