Giter Club home page Giter Club logo

regression-analyzer's Introduction

Regression Analyser

Regression analyser is a Flask web application that allows users to perform regression analysis on their data. It provides a user-friendly interface for uploading data files, selecting independent and dependent variables, and running various regression models. The application generates detailed reports with visualizations, model summaries, and plots to help users understand the relationships between variables.

Features

  1. Read datframe files as csv, xlsx, and more
  2. Explore data and perform some data preprocessing tasks
  3. Building simple/multiple regression model
  4. Plot model's result
  5. Also contains Earth visualization (in case dataframes with country column)

Folder Structure

Installation

  1. Clone the repository: git clone https://github.com/apdo60311/regression-analyzer
  2. Navigate to the project directory: cd regression-analyzer
  3. Create a virtual environment: python -m venv env
  4. Activate the virtual environment:
    • On Windows: env\Scripts\activate
    • On Unix or Linux: source env/bin/activate
  5. Install the required packages: pip install -r requirements.txt

Usage

  1. Run the Flask application: flask run or python app.py
  2. Open your web browser and visit http://localhost:5000

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository
  2. Create a new branch: git checkout -b my-feature-branch
  3. Make your changes and commit them: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-feature-branch
  5. Submit a pull request

License

This project is licensed under the MIT License.

Contact

If you have any questions or suggestions, feel free to reach out to [email protected].

regression-analyzer's People

Contributors

apdo60311 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.