Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: joaks1/python-tabular-data
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: scottsilvis/python-tabular-data
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 5 files changed
  • 2 contributors

Commits on Mar 23, 2023

  1. File created.

    File created, not functional.
    Scott Silvis committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    40b14c1 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Update linear_regression.py

    the file, linear_regression.py, is updated and includes some error
    handling. For some reason, the code is not iterating properly. Each
    time the code is run, the plot that is generated includes the previous
    groups. I am not sure why this is happening.
    scottsilvis committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    1d980c6 View commit details
    Browse the repository at this point in the history
  2. Update 3/24/23

    I think I have the file so it should now work if no group is supplied.
    I also added a few more comments to the code.
    scottsilvis committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    aad4284 View commit details
    Browse the repository at this point in the history
  3. Update 2 3/24/23

    I just tested the code with group turn off for iris.csv and it worked.
    I had to made a few changes, but I think the code is functional, though
    I want to polish it up a bit more. I think I will include this in my
    final project, so I need to figure out how to integrate it.
    scottsilvis committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    6ca6c25 View commit details
    Browse the repository at this point in the history
  4. Finished

    The issue that was causeing other graphs in the for loop to contain
    the data from the previous iteration was solved by clearing the plot at
    the end of each iteration.
    scottsilvis committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    75f7d99 View commit details
    Browse the repository at this point in the history
Loading