Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

andrewha/lowess_regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an implementation of one-dimensional LOWESS regression model with a couple of examples of its applications to real data. The model was compiled from a C++17 source code into a shared library that can be used as a Python module (Linux).


Usage Examples (Linux only)

  • The library that exports the Lowess model's interface from C++ to Python was compiled in Ubuntu 24.04.1 LTS with Python v3.12.3 + pybind11 v2.11.1.
  • See examples of how the model can be used.
  • You can play with the model using a demo web app here (it may take some time to start up, please be patient).

Documentation

Doxygen documentation of the library

About

Locally weighted scatterplot smoothing regression model

Topics

Resources

License

Stars

Watchers

Forks