Welcome to the mhmdateeq Codevault! 🚀

Total number of Snippets: 4

Search:

You can search for a snippet by name.

Filter:

Clicking on any of the language buttons will show only snippets in that language. Selecting a snippet from the categroy list will only show snippets in that category.

Sorry, there are no snippets in that category...🫙

Have one in mind, click below to create one.

Create Snippet

Unverified

0

Category: General

Added: 3 months ago

Last Updated: 3 months ago

Unverified

0

Category: General

Added: 3 months ago

Last Updated: 2 months ago

import json import joblib from datasets import Dataset from matplotlib import pyplot as plt from sklearn.calibration import CalibratedClassifierCV, calibration_curve from sklearn.feature_extrac...

Unverified

0

Category: General

Added: 3 months ago

Last Updated: 3 months ago

import pandas as pd # Sample dataframe data = { 'PATIENT_UNIQUE_NUMBER': [1, 2, 1, 3, 1, 2, 3, 4, 4], 'has_disease': [True, False, True, True, False, True, False, True, True] } df = pd...

Unverified

0

Category: General

Added: 3 months ago

Last Updated: 3 months ago

import json import joblib from datasets import Dataset from matplotlib import pyplot as plt from sklearn.calibration import CalibratedClassifierCV, calibration_curve from sklearn.feature_extrac...