Final project for Machine Learning & Public Policy class
To run the full pipeline: python3 full_pipeline_files/new_pipe.py
Files:
cleaners.py
: used to clean csv datagrids.py
: collection of model parametersepa_pipeline.py
: helper functions for pipelinefinal_acs_join.py
: merges ACS features to RCRA featureshas_violation.py
: creates RCRA features dataframeml_pipe.py
: helper functions for pipelinemodel_analyzer.py
: functions for analyzing modelsnew_pipe.py
: runs the pipelinepipeline for latest results.ipynb
: runs the new pipeline analysis