xxxxxxxxxx
# Load libraries
from sklearn import datasets
from sklearn import metrics
from sklearn.model_selection import KFold, cross_val_score
from sklearn.pipeline import make_pipeline
from sklearn.linear_model import LogisticRegression
from sklearn.preprocessing import StandardScaler
xxxxxxxxxx
# Try this script
dosomething = input("What do you want me to do?")
if dosomething == 'command.builtin':
print("Never gonna give you up!")
print("TrashCMD TM")
xxxxxxxxxx
Notebook validation failed: Additional properties are not allowed ('id' was unexpected):
{
"cell_type": "code",
"execution_count": 3,
"id": "7043f8f0",
"metadata": {
"trusted": true
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": "hellow world\n"
}
],
"source": "print('hellow world')"
}