MCPcopy Create free account
hub / github.com/Jack-Cherish/Machine-Learning / regTrees.py

File regTrees.py

Regression Trees/regTrees.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#-*- coding:utf-8 -*-
2import matplotlib.pyplot as plt
3import numpy as np
4

Callers

nothing calls this directly

Calls 3

pruneFunction · 0.85
loadDataSetFunction · 0.70
createTreeFunction · 0.70

Tested by

no test coverage detected