• Stars
    star
    1
  • Language
    Python
  • Created over 2 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Python script for Linear Regression. First script can be used for multiple feature because it uses numpy array, so more features can be added. Second can only be used for one feature only. Sklearn, Scipy, matplotlib and numpy libraries are used.