Skip to content

alanclayrichard/chemE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chemical Engineering Tools

This package is comprised of various math tools that I found myself using fairly often. The tools are separated into classes that categorize the methods into groups/topics in the math.py file.

Quick Installation: (using pip3)

pip3 install git+https://github.com/alanclayrichard/chemE.git

Use in python:

import chemE_tools.math as tools

predicted_model = tools.Regression(x_train,y_train,1,x_test)

This package is highly dependent on numpy and pandas and also uses tqdm in some for loops. Donations are welcome (found in .github/funding)

(set up from this guide)