Skip to content

Instantly share code, notes, and snippets.

@mtzl
mtzl / scatter_marginal_hist.png
Last active April 13, 2018 11:38
Scatterplot with marginal hists, differing axis limits
scatter_marginal_hist.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{
"cells": [
{
"cell_type": "code",
"execution_count": 2,
"metadata": {
"collapsed": false
},
"outputs": [],
"source": [
@mtzl
mtzl / Orca PID Test
Created October 11, 2016 17:19
Orca PID
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"collapsed": false
},
"outputs": [],
"source": [
#!/usr/bin/env python
"""
==============================================================
Grid Search over multiple Pipeline Configurations & Estimators
==============================================================
This example constructs a pipeline that does an optional prescaling step,
then dimensionality reduction followed by prediction with a decision tree
ensemble. It demonstrates the use of GridSearchCV and Pipeline to optimize
over different classes of estimators in a single CV run -- Gradient Boosted
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"collapsed": false
},
"outputs": [],
"source": [