Se00n00 / VisualML

MIT License
0 stars 0 forks source link

Decision Tree Implmentation in VisualML/VisualML/Tree #3

Open Se00n00 opened 1 week ago

Se00n00 commented 1 week ago

Implement Decision Tree in VisualML/VisualML/Tree/. Prior to that Follow These following Steps: [1] :Create Tree Directory in VisualML/VisualML/ if it does not Exists [2] :Create init.py file in VisualML/VisualML/Tree/ if it does not Exists [3] :Implement Both Classification tree and Regression Trees in different class for Decision Tree in the same .py file