Is there any easy way to build machin learning model? (Every time doing lots and lots of imports from scikit learn)

Viewed 17

See The below line for example, It takes more than than fitting, training and predicting the solution

import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
import seaborn as sns
import sklearn

Thanks

0 Answers
Related