Sarvajith Adyanthaya

Results 9 issues of Sarvajith Adyanthaya

### Description This update focuses on implementing smooth scroll functionality across the website to enhance navigation and user experience. Specifically, the changes include adding smooth scrolling to the navigation buttons...

## Related Issue None ## Description - Implemented smooth scroll functionality for the Home button, Contact button, and "Learn More" section links. - Home button now smoothly scrolls to the...

### Brief Description 🤓 Number API provides facts about various math related topics ### Provide reference! http://numbersapi.com/random/math ### Select the open source program you are contributing to Other ### Code...

existing-api
wow
gssoc
level2

### Brief Description 🤓 The Rick and Morty API is a RESTful and GraphQL API based on the television show Rick and Morty. ### Provide reference! https://rickandmortyapi.com/ ### Select the...

existing-api
wow
gssoc
level2

### Brief Description 🤓 The Waifu API provides information on various anime related topics ### Provide reference! https://waifu.it/ ### Select the open source program you are contributing to Other ###...

existing-api
wow
gssoc
level2

**Is your feature request related to a problem? Please describe.** A simple smoking health assessment model which would help predicting gross income based on demographic and behavioral factors **Describe the...

good first issue
level1
gssoc

'manual' value's working was mentioned in the README.md but does not work ``` from AutoClean import AutoClean dataset = pd.read_csv("Titanic-Dataset.csv") pipeline = AutoClean(dataset, mode='manual', duplicates=True, missing_num=False, missing_categ=False, encode_categ=False, extract_datetime=False, outliers=False,...