Skip to content

Instantly share code, notes, and snippets.

"""
Benchmarks of enet_coordinate_descent vs. enet_coordinate_descent
using the true solution as warm-start
First, we fix a training set and increase the number of
samples. Then we plot the computation time as function of
the number of samples.
In the second benchmark, we increase the number of dimensions of the
training set. Then we plot the computation time as function of
{
"embeddedFonts" : [ ],
"pageSetup" : {
"size": "A4",
"width": null,
"height": null,
"margin-top": "2cm",
"margin-bottom": "2cm",
"margin-left": "2cm",
"margin-right": "2cm",
@ibayer
ibayer / numba_dot
Created November 3, 2013 18:18
trying to call cblas without python function call overhead
{
"metadata": {
"name": ""
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
@ibayer
ibayer / little.cpp
Last active May 4, 2017 21:22
Test fastFM2 static lib
#include <iostream>
#include "../fastFM/fastfm.h"
using namespace std;
using namespace fastfm;
int main(int argc, char** argv) {
cout << endl << "[ii] Little test" << endl;
This file has been truncated, but you can view the full file.
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="pandoc" />