-
Notifications
You must be signed in to change notification settings - Fork 5
November 22
Matthew Alger edited this page Nov 23, 2016
·
1 revision
- Discuss milestones
- Discuss design decisions from 0.1(?)
- Set up recurring meetings
- Committee should be generalised
- Committees should be part of the Predictor environment rather than the Recommender environment
- Predictors should wrap scikit-learn lightly; write a function that takes a scikit-learn predictor (class or instance) to a
Predictorobject. - Swap
Predictorinterface to use IDs instead of NumPy arrays.
- Implement the above.
-
-wflag that mutates input file e.g.-wo colname. - Add an example folder that includes an example comparing a command-line application of Acton to a Python script-based application.
- Factor out Matplotlib code.
- Write down why we can't just use scikit-learn's API — why do we need to use
Predictor? - Port some of Alasdair's recommenders. #30
- Make crowdastro galaxy classification task work. #31
- Write a README.
- Write a quick-start guide.
- Milestone 0.1.1: Support binary classification. Evaluation by reproducing Figure 5.1 from my thesis.
- Milestone 0.2: Support multiclass classification. Evaluation by reproducing Figure 5.3 from Alasdair's thesis.