🤠
Pinned Loading
-
simple_vertical_calendar
simple_vertical_calendar PublicThis package contain widget for building a Vertical Scroll Calendar widget that is similar to the one use in AirBnB. This widget is design to be highly customizable. You can change any section of t…
-
LINE_Blockchain_flutter_app
LINE_Blockchain_flutter_app PublicA flutter application implemented for LINE blockchain hackathon event
Dart 1
-
decisiontree.py
decisiontree.py 1#count the label in the tree to find the most occurence, which will be our prediction result
2def count_values(rows):
3count={}
4for row in rows:
5label=row[-1]
-
build decision tree
build decision tree 1#find gini index
2def gini_idx(splits, classes):
3g_idx = 0.0
4total_len = float(sum([len(group) for group in splits]))
5for split in splits:
-
-
What-I-learnt-in-Machine-Learning
What-I-learnt-in-Machine-Learning PublicWhat I learnt from Machine Learning
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.