Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running docker build only for changed methods #192

Open
wants to merge 17 commits into
base: docker-compose
Choose a base branch
from

Conversation

gAldeia
Copy link

@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 <[email protected]>
Date:   Sun Oct 6 22:45:32 2024 -0300

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

commit 0c1f8e4
Author: gAldeia <[email protected]>
Date:   Sun Oct 6 18:56:02 2024 -0300

    Misplaced values

commit 61ea4d4
Author: gAldeia <[email protected]>
Date:   Sun Oct 6 18:48:11 2024 -0300

    Using numpy arrays instead of dataframes

commit f3cafc7
Author: gAldeia <[email protected]>
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 <[email protected]>
Date:   Sun Oct 6 13:15:23 2024 -0300

    Fix pysr

commit db26000
Author: gAldeia <[email protected]>
Date:   Sun Oct 6 13:14:01 2024 -0300

    Fix rils-rols

commit bc7a17c
Author: gAldeia <[email protected]>
Date:   Sun Oct 6 13:13:21 2024 -0300

    Fix tir

commit 54c5ac4
Author: gAldeia <[email protected]>
Date:   Sun Oct 6 10:02:18 2024 -0300

    Missing X argument in model

commit 8db4acf
Author: gAldeia <[email protected]>
Date:   Sat Oct 5 09:31:02 2024 -0300

    Passing training data to algorithm.model in test_population

commit 62f6549
Author: gAldeia <[email protected]>
Date:   Fri Oct 4 18:59:11 2024 -0300

    Stop pushing image

commit 508a771
Author: gAldeia <[email protected]>
Date:   Fri Oct 4 18:49:40 2024 -0300

    Removed incomplete line in test_population

commit b2c33ed
Author: gAldeia <[email protected]>
Date:   Fri Oct 4 18:16:40 2024 -0300

    Fixed checkout code step

commit 801ac46
Author: gAldeia <[email protected]>
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 <[email protected]>
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.
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.

1 participant