Skip to content

Conversation

@jtanzi56
Copy link

@jtanzi56 jtanzi56 commented Jun 7, 2023

from sklearn.compose import ColumnTransformer, make_column_selector

from sklearn.pipeline import make_pipeline

RafeyIqbalRahman and others added 30 commits July 23, 2020 16:14
Libraries include many of sklearn's submodules: preprocessing.LabelEncoder, impute.SimpleImputer, model_selection.cross_val_score, preprocessing.PolynomialFeatures, GridSearchCV, Lasso, LassoCV, Ridge, RidgeCV, ElasticNet, ElasticNetCV, RandomizedSearchCV, KFold, and StratifiedKFold.

Other libraries include Fastai, torch (PyTorch), statsmodel, and fbprophet.
Added ARIMA for time-series forecast
- Also fixed a tiny typo in the comments
Added Scikit-Image for Image Processing, Fixed a Small Typo in the comments😊
- current limitation (which hasn't changed to the previous implementation): if a user adds a new code cell to the top, it will write the imports into that new cell without deleting the code from the other cell
There should be an easier way using symlink. Let's add that once we have to develop for Notebook again
…g non-jupyter consoles with "<IPython.core.display.Javascript object>". Addresses issue #30.
Added disable_javascript_update
add new import "import random"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.