Skip to content

Instantly share code, notes, and snippets.

View Netherdrake's full-sized avatar
🚀
Trying not to waste too many epochs

Netherdrake

🚀
Trying not to waste too many epochs
  • 127.0.0.1
View GitHub Profile
@Netherdrake
Netherdrake / init.lua
Created March 13, 2025 21:29 — forked from Falconerd/init.lua
Simple nvim setup Odin+C
vim.cmd([[
let mapleader = ' '
]])
require('packer').startup(function(use)
use "BurntSushi/ripgrep"
use "danilamihailov/beacon.nvim"
use "folke/todo-comments.nvim"
use "folke/trouble.nvim"
use "goolord/alpha-nvim"
@Netherdrake
Netherdrake / lowess.py
Created April 3, 2019 06:56 — forked from agramfort/lowess.py
LOWESS : Locally weighted regression
"""
This module implements the Lowess function for nonparametric regression.
Functions:
lowess Fit a smooth nonparametric regression curve to a scatterplot.
For more information, see
William S. Cleveland: "Robust locally weighted regression and smoothing
scatterplots", Journal of the American Statistical Association, December 1979,