Giter Site home page Giter Site logo

abhishek-dobliyal / pubg-placement-predictor Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 6.12 MB

Just focus on that chicken dinner! Let machine learning predict your placements on the leaderboards.

Jupyter Notebook 48.51% HTML 51.49%
data-analysis data-visualization machine-learning python3 sklearn

pubg-placement-predictor's Introduction

Hey There! I am Abhishek Dobliyal

Linkedin: Abhishek Dobliyal GitHub Abhishek-Dobliyal

Trophies

Technology Stack

Languages:

Frameworks:

Additional:

GitHub Analytics

A little more about me...

package main

import (
    "fmt"
    lucian "graphicera.com/Abhishek-Dobliyal"
)

type About struct {
    lucian.AbhishekDobliyal
    Languages map[string][]string
    Tools map[string][]string
    Additional []string
}

func (a *lucian.AbhishekDobliyal) StayHappy(enjoy bool) {
    if enjoy {
        fmt.Println("Stay happy and keep coding!")
    } else {
        fmt.Println("Stay focused and keep coding!")
    }
}

func NewAbout() *About {
    return &About{
    
        Languages: map[string][]string{
            "Advanced": []string{"Python"},
            
            "Intermediate": []string{"GoLang", "Javascript", "SQL"},
            
            "Novice": []string{"C++", "Java"},
        },
        
        Tools: map[string][]string{
            "Machine Learning": []string{"Sklearn", "Pandas", "Numpy", 
                                         "Matplotlib", "Seaborn", "Tensorflow", 
                                         "Keras"},
                                                          
            "Web Related": []string{"Flask", "BeautifulSoup", "Streamlit", "VueJS", 
                                    "FastAPI", "Fiber", "TailwindCSS", "Bootstrap"},
                                    
            "GUIs/Automation": []string{"Tkinter", "Pygame", "PyAutoGUI"},
        },
        
        Additional: []string{"MySQL", "MongoDB", "HTML", "CSS", "Git/Github", 
                             "Data Structures and Algorithms", 
                             "Full Stack Development"},
    }
}

func main() {
    abhishekDobliyal := NewAbout()
    abhishekDobliyal.StayHappy(true)

    fmt.Println(abhishekDobliyal.Languages)
    fmt.Println(abhishekDobliyal.Tools)
    fmt.Println(abhishekDobliyal.Additional)

    fmt.Println("Thank You for visiting my Repo.")
}

pubg-placement-predictor's People

Contributors

abhishek-dobliyal avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.