Giter VIP home page Giter VIP logo

regression's Introduction

ML Repo for FOSS WEEKEND

Prerequisites

To make the most out of these tutorials, you should have a basic understanding of programming concepts and have some experience with Python.

What To Do

Tasks and updates to the tutorial are managed through issues in this repository. If you have any suggestions, ideas, or find any issues, please check the issues tab. If you don't find your concern listed, feel free to open a new issue.

Getting Started

To get started with the tutorials, you have a couple of options:

Option 1: Open Collaboratory

Click here to open the notebooks directly in Google Colab. Follow along with the tutorials and execute the code cells in the Colab environment. Use the wines_SPA.csv dataset for regression tasks, with 'price' as the target variable in the dataset.

Option 2: Jupyter Notebook

  1. Clone this repository to your local machine.
  2. Ensure you have Python installed. If not, download and install it from python.org.
  3. Launch Jupyter Notebook from the command line by running jupyter notebook.
  4. Use the wines_SPA.csv dataset for regression tasks, with 'price' as the target variable in the dataset.

Contributing

We welcome contributions from the community to make this tutorial repository better. To contribute, follow these steps:

  1. Fork this repository to your GitHub account.
  2. Create a new branch for your feature or bug fix: git checkout -b feature-name.
  3. Commit your changes with descriptive commit messages: git commit -am 'Add feature: description'.
  4. Push your changes to your fork: git push origin feature-name.
  5. Open a pull request on the original repository, describing your changes.

regression's People

Contributors

rootcircle 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.