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

Regression #237

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open

Regression #237

wants to merge 19 commits into from

Commits on Aug 4, 2024

  1. Add avocado price prediction linear regression example

    Signed-off-by: Omar Shrit <[email protected]>
    shrit committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    6b69c32 View commit details
    Browse the repository at this point in the history
  2. Adding the avocado dataset download script

    Signed-off-by: Omar Shrit <[email protected]>
    shrit committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    940f0dc View commit details
    Browse the repository at this point in the history
  3. Trim the first two columns with pandas

    Signed-off-by: Omar Shrit <[email protected]>
    shrit committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    739b4ae View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. California housing

    Signed-off-by: Omar Shrit <[email protected]>
    shrit committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    a1bfda1 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Adding salary prediction

    Signed-off-by: Omar Shrit <[email protected]>
    shrit committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    25b616d View commit details
    Browse the repository at this point in the history
  2. Add a make file make it compile

    Signed-off-by: Omar Shrit <[email protected]>
    shrit committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    d83aafb View commit details
    Browse the repository at this point in the history
  3. Adding another example

    Signed-off-by: Omar Shrit <[email protected]>
    shrit committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    a0a770c View commit details
    Browse the repository at this point in the history
  4. Compiling..

    Signed-off-by: Omar Shrit <[email protected]>
    shrit committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    f04f9d4 View commit details
    Browse the repository at this point in the history
  5. Salary prediction example functional

    Signed-off-by: Omar Shrit <[email protected]>
    shrit committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    a283367 View commit details
    Browse the repository at this point in the history
  6. Adding the california housing price prediction example

    Signed-off-by: Omar Shrit <[email protected]>
    shrit committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    76f3ed5 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' into logistic

    Signed-off-by: Omar Shrit <[email protected]>
    shrit committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    50b69ec View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Update cpp/linear_regression/avocado_price_prediction/avocado_price_p…

    …rediction.cpp
    
    Co-authored-by: Ryan Curtin <[email protected]>
    shrit and rcurtin authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    56064a5 View commit details
    Browse the repository at this point in the history
  2. Update cpp/linear_regression/avocado_price_prediction/avocado_price_p…

    …rediction.cpp
    
    Co-authored-by: Ryan Curtin <[email protected]>
    shrit and rcurtin authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b005eca View commit details
    Browse the repository at this point in the history
  3. Update cpp/linear_regression/avocado_price_prediction/avocado_price_p…

    …rediction.cpp
    
    Co-authored-by: Ryan Curtin <[email protected]>
    shrit and rcurtin authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    529d66b View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Fix the example and make it run

    Signed-off-by: Omar Shrit <[email protected]>
    shrit committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    3a25215 View commit details
    Browse the repository at this point in the history
  2. Fix the bugs in california housing

    Signed-off-by: Omar Shrit <[email protected]>
    shrit committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    f541e41 View commit details
    Browse the repository at this point in the history
  3. Clean a bit this example

    Signed-off-by: Omar Shrit <[email protected]>
    shrit committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    7248b44 View commit details
    Browse the repository at this point in the history
  4. Add pandas

    Signed-off-by: Omar Shrit <[email protected]>
    shrit committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    502b717 View commit details
    Browse the repository at this point in the history
  5. Change armadillo version

    Signed-off-by: Omar Shrit <[email protected]>
    shrit committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    2dbbb97 View commit details
    Browse the repository at this point in the history