Skip to content
View daveMcelf's full-sized avatar
🤠
🤠
  • Seoul

Block or report daveMcelf

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
daveMcelf/README.md

Chanrith's github stats

Pinned Loading

  1. simple_vertical_calendar simple_vertical_calendar Public

    This 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…

    Dart 3 2

  2. LINE_Blockchain_flutter_app LINE_Blockchain_flutter_app Public

    A flutter application implemented for LINE blockchain hackathon event

    Dart 1

  3. decisiontree.py decisiontree.py
    1
    #count the label in the tree to find the most occurence, which will be our prediction result
    2
    def count_values(rows):
    3
    	count={}
    4
    	for row in  rows:
    5
    		label=row[-1]
  4. build decision tree build decision tree
    1
    #find gini index
    2
    def gini_idx(splits, classes):
    3
    	g_idx = 0.0
    4
    	total_len = float(sum([len(group) for group in splits]))
    5
    	for split in splits:
  5. PCA-for-Face-Recognition PCA-for-Face-Recognition Public

    Python

  6. What-I-learnt-in-Machine-Learning What-I-learnt-in-Machine-Learning Public

    What I learnt from Machine Learning

    3 1