Metadata-Version: 2.1
Name: boston-housing-prediction
Version: 0.3.0
Summary: Predict housing prices in boston.
Home-page: https://github.com/LuposX/BostonHousingPrediction
Author: Lupos
Author-email: buisnessgithublupos@gmail.com
License: MIT
Description: # Boston Housing Prediction
        > Predict Housing prices in boston with different Models. This repository is mainly for learning purpose and NOT for comercial-use.   
          
        [![License][license-badge]][license-url]
        [![Codacy Badge][codacy-badge]][codacy-url]
        [![Build Status][travis-badge]][travis-url]
        ![Lines of Code][lines-codes-badge]  
        Boston Housing Prediction is a python script that can predict the housing prices in boston with different models, the user can choose from.  
        
        ## Installation
        You need to have `python >= 3.5` installed.
        
        To install the the script do:  
        
        ```sh
        $ pip install boston_housing_prediction
        ```
        
        ## Usage example
        
        You can run the programm with:
        ```sh
        $ python -m boston_housing_prediction model_name
        ```  
        To see the help(for extra options) do:
        ```sh
        $ python -m boston_housing_prediction -h
        ```  
        
        ## More Infomation
        
        For more information please visit my github repository:  
        [My Github](https://github.com/LuposX/BostonHousingPrediction/)
        
        <!-- Markdown link & img dfn's -->
        [codacy-badge]: https://api.codacy.com/project/badge/Grade/089e59afa6a44e629b1267f8abaad038
        [codacy-url]:https://app.codacy.com/manual/LuposX/BostonHousingPrediction/dashboard
        [license-badge]: https://img.shields.io/github/license/LuposX/sentdex_fixed_market_stock
        [license-url]: https://github.com/LuposX/BostonHousingPrediction/blob/master/LICENSE
        [travis-url]: https://travis-ci.com/LuposX/BostonHousingPrediction
        [travis-badge]: https://travis-ci.com/LuposX/BostonHousingPrediction.svg?branch=master
        [lines-codes-badge]: https://tokei.rs/b1/github/LuposX/BostonHousingPrediction?category=code
        
Keywords: regression meachine-learning housing_prices_boston learning_purpose
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.5
Description-Content-Type: text/markdown
