Kaggle Tabular data fetching script
Budget: $30 – $250 USD
1. Fetch Kaggle competition data (only tabular data, no image, no voice, no video) with the top performance results/ranking.
2. Organise the data into different categories with competition information.
3. Organise the data structure in a way that can be used directly/straightforward by the estimator.fit(X_train, y_train) and estimator.predict(X_test, y_test)
4. Save all competition information into a local data system: pickle/dataframe, csv, json, or sqlite
2. Organise the data into different categories with competition information.
3. Organise the data structure in a way that can be used directly/straightforward by the estimator.fit(X_train, y_train) and estimator.predict(X_test, y_test)
4. Save all competition information into a local data system: pickle/dataframe, csv, json, or sqlite