Skip to content
#

functions-python

Here are 89 public repositories matching this topic...

Python Essential Assignments - Letsupgrade Python Essentials Course. Experimenting with various default functions of string,List and Dictionary in Python. Using Python Loops and conditional statements to print various programs. Dealing with opening,reading,writing a file in python. Also defining a function to provide a factorial of an integer gi…

  • Updated May 13, 2021
  • Jupyter Notebook

It is a simple two player game each with different marks(X or O). Keeps playing shifting their turns by placing their respective marks in the given 3*3 board (or grid). The player who successfully places their respective mark in a horizontal, vertical, or diagonal row wins the game. If the board has no empty places to fill the marks, then it goe…

  • Updated Jul 2, 2021
  • Python
feature_selection_functions

Feature selection is widely used in nearly all data science pipelines. Hence I have created functions that do a form of backward stepwise selection based on the XGBoost classifier feature importance and a set of other input values with the goal to return the number of features to keep in regard to a prefered AUC-score.

  • Updated Oct 5, 2021
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the functions-python topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the functions-python topic, visit your repo's landing page and select "manage topics."

Learn more