Skip to content

Instantly share code, notes, and snippets.

View ankitbora31's full-sized avatar

ankit bora ankitbora31

View GitHub Profile
@ankitbora31
ankitbora31 / ML0101EN-Proj-Loan-py-v1.ipynb
Created June 2, 2022 11:49
machine Learning capstone
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ankitbora31
ankitbora31 / dash_layout.py
Created May 13, 2022 14:10
IBM data visualisation with python Final Assingment
# Import required libraries
import pandas as pd
import dash
from dash import html
from dash import dcc
from dash.dependencies import Input, Output, State
import plotly.graph_objects as go
import plotly.express as px
from dash import no_update
@ankitbora31
ankitbora31 / houseSales.ipynb
Last active April 28, 2022 06:53
House Sales in King Country (Data analysis with python)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ankitbora31
ankitbora31 / Final Assignment.ipynb
Created April 10, 2022 15:50
Data science project 1
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ankitbora31
ankitbora31 / CourseraAssignment.ipynb
Created March 13, 2022 09:31
Coursera assignment
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.