Skip to content

Packages.py #1

@samad3600

Description

@samad3600

import builtins

for module in dir(builtins):
try:
exec(f"import {module}")
print(f"Imported: {module}")
except ImportError:
print(f"Error importing: {module}")
except Exception as e:
print(f"Error: ")

Import necessary packages
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
from sklearn.model_selection import train_test_split
from sklearn.linear_model import LinearRegression

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions