Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dart Linear Regression

This project implements a linear regression algorithm in Dart programming language. Linear regression is a simple machine learning algorithm used for predicting a continuous target variable based on one or more input features.

Overview

The main goal of this project is to demonstrate how to implement a linear regression algorithm in Dart using the ml_algo and ml_dataframe packages. The project provides functionality to train a linear regression model, make predictions, and evaluate the model's performance using metrics like Mean Absolute Percentage Error (MAPE).

Features

  • Train a linear regression model using training data
  • Make predictions on new data
  • Calculate Mean Absolute Percentage Error (MAPE) for evaluating model performance

Installation

To use this project, follow these steps:

  1. Clone the repository:
git clone <repository_url>
  1. Install dependencies:
cd dart_linear_regression
dart pub get
  1. Run the application:
dart run

Contributing

Contributions to this project are welcome! If you find any issues or have suggestions for improvements, please open an issue or create a pull request on GitHub.

About

⚡Machine Learning - Linear Regression with Dart Language ⚡

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages