We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dc8db2 commit 9895194Copy full SHA for 9895194
source-code/symbolic-regression/README.md
@@ -0,0 +1,12 @@
1
+# Regressno
2
+
3
+This directory contains material on regression, specifically symbolic
4
+regression, but also a comparison with random forest regression.
5
6
7
+## What is it?
8
9
+1. `data.txt`: data to use in the experiment.
10
+1. `create_data.py`: Python script to generate the data.
11
+1. `regression.ipynb`: Jupyter notebook that compares symbolic and
12
+ random forest regression.
0 commit comments