radumg / DynAI

Practical applications of AI / Machine Learning in BIM, implemented as a Dynamo Package
GNU Affero General Public License v3.0
36 stars 6 forks source link

add support for more Regression algorithms #8

Open radumg opened 6 years ago

radumg commented 6 years ago

Add

Note : this should only be done after #2 and #7 are complete

radumg commented 6 years ago

2 & #7 are now done in PR #11, as is SimpleLinearRegression

Ready to now work on the rest.

radumg commented 6 years ago

Multiple Linear Regression added in PR #19 Multivariate added in PR #19 but crashes Dynamo spectacularly - likely a data type issue (double[] vs double[][])

radumg commented 6 years ago

dependant on #20