Skip to content

Conversation

@gAldeia
Copy link
Contributor

@gAldeia gAldeia commented Oct 10, 2024

Trying to avoid re-building all algorithms when a submission is changed

gAldeia added 17 commits October 6, 2024 22:47
commit c588872
Author: gAldeia <guilherme.seidyo@gmail.com>
Date:   Sun Oct 6 22:45:32 2024 -0300

    pandas dataframe for `model`, numpy array for `fit`

commit 0c1f8e4
Author: gAldeia <guilherme.seidyo@gmail.com>
Date:   Sun Oct 6 18:56:02 2024 -0300

    Misplaced values

commit 61ea4d4
Author: gAldeia <guilherme.seidyo@gmail.com>
Date:   Sun Oct 6 18:48:11 2024 -0300

    Using numpy arrays instead of dataframes

commit f3cafc7
Author: gAldeia <guilherme.seidyo@gmail.com>
Date:   Sun Oct 6 13:34:57 2024 -0300

    Fixed methods that does not take X=None as argument in model function

commit a9e3f12
Author: gAldeia <guilherme.seidyo@gmail.com>
Date:   Sun Oct 6 13:15:23 2024 -0300

    Fix pysr

commit db26000
Author: gAldeia <guilherme.seidyo@gmail.com>
Date:   Sun Oct 6 13:14:01 2024 -0300

    Fix rils-rols

commit bc7a17c
Author: gAldeia <guilherme.seidyo@gmail.com>
Date:   Sun Oct 6 13:13:21 2024 -0300

    Fix tir

commit 54c5ac4
Author: gAldeia <guilherme.seidyo@gmail.com>
Date:   Sun Oct 6 10:02:18 2024 -0300

    Missing X argument in model

commit 8db4acf
Author: gAldeia <guilherme.seidyo@gmail.com>
Date:   Sat Oct 5 09:31:02 2024 -0300

    Passing training data to algorithm.model in test_population

commit 62f6549
Author: gAldeia <guilherme.seidyo@gmail.com>
Date:   Fri Oct 4 18:59:11 2024 -0300

    Stop pushing image

commit 508a771
Author: gAldeia <guilherme.seidyo@gmail.com>
Date:   Fri Oct 4 18:49:40 2024 -0300

    Removed incomplete line in test_population

commit b2c33ed
Author: gAldeia <guilherme.seidyo@gmail.com>
Date:   Fri Oct 4 18:16:40 2024 -0300

    Fixed checkout code step

commit 801ac46
Author: gAldeia <guilherme.seidyo@gmail.com>
Date:   Fri Oct 4 18:04:16 2024 -0300

    Removed loging in into dockerhub

    This is probably something we want to make a conditional check to
    run when pushing to master branch, but not docker-compose.

    Right now, as we do not have plans on merging this branch, I think
    we can leave as it is. I will open an issue regarding this.

commit 5b943e9
Author: gAldeia <guilherme.seidyo@gmail.com>
Date:   Fri Oct 4 17:47:15 2024 -0300

    Subsampling in test_population

    y_train is a np.array, we can pass a list of indexes directly to
    the operator[].

    X_train is a dataframe, and our sample_idx is a list of randomly
    sampled integers between [0, len(X_train)), so we should operate
    with iloc.
@lacava
Copy link
Member

lacava commented May 14, 2025

@gAldeia is this ready to be merged?

@lacava lacava merged commit cb56b0d into cavalab:docker-compose May 14, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants