Guest User

Untitled

a guest
Jun 25th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. # Boston Housing Prices
  2.  
  3. Evaluates the performance and predictive power of a model that has been trained and tested on data collected from homes in suburbs of Boston, Massachusetts. A model trained on this data that is seen as a good fit could then be used to make certain predictions about a home — in particular, its monetary value. This model would prove to be invaluable for someone like a real estate agent who could make use of such information on a daily basis.
  4.  
  5. ## Dependencies
  6.  
  7. The following dependencies will be needed for the program. You can install the dependencies using Python's pip program.
  8.  
  9. -- sklearn
  10. -- jupyter notebook
  11.  
  12.  
  13. ### Installing
  14.  
  15. A step by step series of examples that tell you how to get a development env running
  16.  
  17. ```
  18. Verify sklearn and jupyter notebook are installed.
  19. ```
  20.  
  21. ```
  22. Go to the directory of the program.
  23. ```
  24.  
  25. ```
  26. Type 'jupyter notebook' on the command line for the given directory.
  27. ```
  28.  
  29. ```
  30. Make sure 'Python 3' is selected.
  31. ```
  32.  
  33. ```
  34. Run line by line.
  35. ```
  36.  
  37. After running each line, you'll see outputs below each line whether from status checks or output of regression equations.
  38.  
  39. ## Usage
  40.  
  41. Simply download the program by zip file. As long as all libraries are installed, you should be good to go.
  42.  
  43. ### Known Issues
  44.  
  45. None at this time.
  46.  
  47. ### Future Planes
  48.  
  49. None at this time
  50.  
  51. ### Contribution guidelines
  52.  
  53. Please refer to each project's style guidelines and guidelines for submitting patches and additions. In general, we follow the "fork-and-pull" Git workflow.
  54.  
  55. Fork the repo on GitHub
  56. Clone the project to your own machine
  57. Commit changes to your own branch
  58. Push your work back up to your fork
  59. Submit a Pull request so that we can review your changes
  60. NOTE: Be sure to merge the latest from "upstream" before making a pull request!
  61.  
  62. ### License
  63.  
  64. Project is open sourced under the Apache 2.0 license.
Add Comment
Please, Sign In to add comment