partofthething / ace

Python package for performing the Alternating Conditional Expectation (ACE) regression
MIT License
68 stars 20 forks source link

validate_smoothers.py relies on "mace" a package that doesn't appear to exist #7

Closed SimplyKnownAsG closed 8 years ago

SimplyKnownAsG commented 9 years ago

I'm not sure if this is an error on my part or from something else, but I cannot find the package "mace" on PyPI.

This script doesn't appear to run ever though, so I'm not sure it is too important.

partofthething commented 9 years ago

It's the F2PY'd version of the original ACE FORTRAN code from Breiman. I didn't include it in this repo but included the test code in case anyone else wanted to do direct comparisons. I should maybe make that more clear in the docstrings and maybe in a ImportError so it's clear.

partofthething commented 8 years ago

I added the ImportError. Hope that helps people.